Color Hex Logo

#c6ddde Color Hex

#C6DDDE
(198,221,222)
0 Favorites   0 Comments

Color spaces of #c6ddde

RGB 198221222
HSL0.510.270.82
HSV183°11°87°
CMYK 0.110.000.00   0.13
XYZ62.330068.992679.1390
Yxy68.99260.29620.3278
Hunter Lab83.0618-11.41081.6534
CIE-Lab86.5004-7.4122-3.0961

#c6ddde color RGB value is (198,221,222).

#c6ddde hex color red value is 198, green value is 221 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c6ddde hue: 0.51 , saturation: 0.27 and the lightness value of c6ddde is 0.82.

The process color (four color CMYK) of #c6ddde color hex is 0.11, 0.00, 0.00, 0.13. Web safe color of #c6ddde is #cccccc. Color #c6ddde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11011101 11011110
Octal 306 335 336
Decimal 198 221 222
Hex C6 DD DE

RGB Percentages of Color #c6ddde

%30.89
%34.48
%34.63

CMYK Percentages of Color #c6ddde

%11
%0
%0
%13

Triadic Colors of #c6ddde

#c6ddde #dec6dd #dddec6

Analogous Colors of #c6ddde

#c6ddde #c6d1de #c6ded3

Monochromatic Colors of #c6ddde

#c6ddde

Complementary Color

#c6ddde #dec7c6

#c6ddde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6ddde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6ddde Color CSS Codes

.mybgcolor {background-color:#c6ddde; } 
.myforecolor {color:#c6ddde; }
.mybordercolor {border:3px solid #c6ddde; }

#c6ddde Text Font Color

<p style="color:#c6ddde">Text here</p>

This sample text font color is #c6ddde
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c6ddde Background Color

<div style="background-color:#c6ddde">
Div content here</div>

This div background color is #c6ddde


#c6ddde Border Color

<div style="border:3px solid #c6ddde">
Div here</div>

This div border color is #c6ddde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,221,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6ddde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6ddde;
  -webkit-box-shadow: 1px 1px 3px 2px #c6ddde;
  box-shadow:         1px 1px 3px 2px #c6ddde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,221,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c6ddde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c6ddde;
  -webkit-box-shadow: 1px 1px 3px 2px #c6ddde;
  box-shadow:         1px 1px 3px 2px #c6ddde;">
Div content here</div>

This div box has shadow with color #c6ddde


Comments

No comments written yet.

Please login to write comment.