#C8D5DE

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

Shades of Link Water #C8D5DE

Tints of Link Water #C8D5DE

Color information

#C8D5DE (or 0xC8D5DE) is unknown color: approx Link Water. HEX triplet: C8, D5 and DE. RGB value is (200,213,222). Sum of RGB (Red+Green+Blue) = 200+213+222=635 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.50% from 635); Green value is 213 (83.59% from 255 or 33.54% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 222 - color contains mainly: blue. Hex color #C8D5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D5DE is #372A21. Grayscale: #D2D2D2. Windows color (decimal): -3615266 or 14603720. OLE color: 14603720.

HSL color Cylindrical-coordinate representation of color #C8D5DE: hue angle of 204.55º degrees, saturation: 0.25, 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 #C8D5DE is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200213222-
CMYK0.100.0400.13
HSL204.55º25%82.75%-
HSV(B)204.55º9.91%87.06%-
XYZ60.865.1478.48-
YUV210.14134.69120.77-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.50%
GREEN value IS 213 (83.59% from 255) = 33.54%
BLUE value IS 222 (87.11% from 255) = 34.96%
R=31.50%
G=33.54%
B=34.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2002132220.100.0400.13204.552582.75
HexC8D5DEA40Dcd1953
Octal31032533612401531531123
Binary11001000110101011101111010101000110111001101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D5DE; }

 p { color: rgb(200,213,222); }

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

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

 a { background-color: rgb(200,213,222); }

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

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

 span { border-color: rgb(200,213,222); }

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