Color Hex Logo

#c6d0dd Color Hex

#C6D0DD
(198,208,221)
0 Favorites   0 Comments

Color spaces of #c6d0dd

RGB 198208221
HSL0.590.250.82
HSV214°10°87°
CMYK 0.100.060.00   0.13
XYZ58.895762.338077.3349
Yxy62.33800.29660.3139
Hunter Lab78.9544-5.0189-2.8057
CIE-Lab83.0928-0.8540-7.5942

#c6d0dd color RGB value is (198,208,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11010000 11011101
Octal 306 320 335
Decimal 198 208 221
Hex C6 D0 DD

RGB Percentages of Color #c6d0dd

%31.58
%33.17
%35.25

CMYK Percentages of Color #c6d0dd

%10
%6
%0
%13

Triadic Colors of #c6d0dd

#c6d0dd #ddc6d0 #d0ddc6

Analogous Colors of #c6d0dd

#c6d0dd #c8c6dd #c6dcdd

Monochromatic Colors of #c6d0dd

#c6d0dd

Complementary Color

#c6d0dd #ddd3c6

#c6d0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6d0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6d0dd Color CSS Codes

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

#c6d0dd Text Font Color

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

This sample text font color is #c6d0dd
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.


#c6d0dd Background Color

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

This div background color is #c6d0dd


#c6d0dd Border Color

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

This div border color is #c6d0dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6d0dd


Comments

No comments written yet.

Please login to write comment.