#C8D2DB

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

Shades of Link Water #C8D2DB

Tints of Link Water #C8D2DB

Color information

#C8D2DB (or 0xC8D2DB) is unknown color: approx Link Water. HEX triplet: C8, D2 and DB. RGB value is (200,210,219). Sum of RGB (Red+Green+Blue) = 200+210+219=629 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.80% from 629); Green value is 210 (82.42% from 255 or 33.39% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8D2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D2DB is #372D24. Grayscale: #CFCFCF. Windows color (decimal): -3616037 or 14406344. OLE color: 14406344.

HSL color Cylindrical-coordinate representation of color #C8D2DB: hue angle of 208.42º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8D2DB is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200210219-
CMYK0.090.0400.14
HSL208.42º20.88%82.16%-
HSV(B)208.42º8.68%85.88%-
XYZ59.6563.4976.13-
YUV208.04134.19122.27-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.80%
GREEN value IS 210 (82.42% from 255) = 33.39%
BLUE value IS 219 (85.94% from 255) = 34.82%
R=31.80%
G=33.39%
B=34.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002102190.090.0400.14208.4220.8882.16
HexC8D2DB940Ed01552
Octal31032233311401632025122
Binary11001000110100101101101110011000111011010000101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D2DB; }

 p { color: rgb(200,210,219); }

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

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

 a { background-color: rgb(200,210,219); }

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

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

 span { border-color: rgb(200,210,219); }

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