#C8D1DD

Color #C8D1DD Link Water (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Link Water #C8D1DD

Tints of Link Water #C8D1DD

Color information

#C8D1DD (or 0xC8D1DD) is unknown color: approx Link Water. HEX triplet: C8, D1 and DD. RGB value is (200,209,221). Sum of RGB (Red+Green+Blue) = 200+209+221=630 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.75% from 630); Green value is 209 (82.03% from 255 or 33.17% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8D1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D1DD is #372E22. Grayscale: #CFCFCF. Windows color (decimal): -3616291 or 14537160. OLE color: 14537160.

HSL color Cylindrical-coordinate representation of color #C8D1DD: hue angle of 214.29º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8D1DD is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200209221-
CMYK0.100.0500.13
HSL214.29º23.6%82.55%-
HSV(B)214.29º9.5%86.67%-
XYZ59.6763.177.44-
YUV207.68135.52122.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 31.75%
GREEN value IS 209 (82.03% from 255) = 33.17%
BLUE value IS 221 (86.72% from 255) = 35.08%
R=31.75%
G=33.17%
B=35.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2002092210.100.0500.13214.2923.682.55
HexC8D1DDA50Dd61853
Octal31032133512501532630123
Binary11001000110100011101110110101010110111010110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D1DD; }

 p { color: rgb(200,209,221); }

 H1.HeaderClassName
 {
   color: #C8D1DD;
 }
 .AnyTagClassName
 {
   color: #C8D1DD;
 }
</style>
background-color css

<style>
 a { background-color: #C8D1DD; }

 a { background-color: rgb(200,209,221); }

 div.DivClassName
 {
   background-color: #C8D1DD;
 }
 .BgClassName
 {
   background-color: #C8D1DD;
 }
</style>
border-color css

<style>
 span { border-color: #C8D1DD; }

 span { border-color: rgb(200,209,221); }

 td.TdClassName
 {
   border-color: #C8D1DD;
 }
 .TagClassName
 {
   border-color: #C8D1DD;
 }
</style>