#C8D3DD

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

Shades of Link Water #C8D3DD

Tints of Link Water #C8D3DD

Color information

#C8D3DD (or 0xC8D3DD) is unknown color: approx Link Water. HEX triplet: C8, D3 and DD. RGB value is (200,211,221). Sum of RGB (Red+Green+Blue) = 200+211+221=632 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.65% from 632); Green value is 211 (82.81% from 255 or 33.39% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8D3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D3DD is #372C22. Grayscale: #D0D0D0. Windows color (decimal): -3615779 or 14537672. OLE color: 14537672.

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

Color convert

RGB200211221-
CMYK0.100.0500.13
HSL208.57º23.6%82.55%-
HSV(B)208.57º9.5%86.67%-
XYZ60.1664.0977.61-
YUV208.85134.86121.69-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.65%
GREEN value IS 211 (82.81% from 255) = 33.39%
BLUE value IS 221 (86.72% from 255) = 34.97%
R=31.65%
G=33.39%
B=34.97%

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
Decimal2002112210.100.0500.13208.5723.682.55
HexC8D3DDA50Dd11853
Octal31032333512501532130123
Binary11001000110100111101110110101010110111010001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D3DD; }

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

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

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

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

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

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

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

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