#C4D0DD

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

Shades of Link Water #C4D0DD

Tints of Link Water #C4D0DD

Color information

#C4D0DD (or 0xC4D0DD) is unknown color: approx Link Water. HEX triplet: C4, D0 and DD. RGB value is (196,208,221). Sum of RGB (Red+Green+Blue) = 196+208+221=625 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.36% from 625); Green value is 208 (81.64% from 255 or 33.28% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4D0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D0DD is #3B2F22. Grayscale: #CDCDCD. Windows color (decimal): -3878691 or 14536900. OLE color: 14536900.

HSL color Cylindrical-coordinate representation of color #C4D0DD: hue angle of 211.2º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4D0DD is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196208221-
CMYK0.110.0600.13
HSL211.2º26.88%81.76%-
HSV(B)211.2º11.31%86.67%-
XYZ58.3762.0777.31-
YUV205.89136.52120.94-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.36%
GREEN value IS 208 (81.64% from 255) = 33.28%
BLUE value IS 221 (86.72% from 255) = 35.36%
R=31.36%
G=33.28%
B=35.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1962082210.110.0600.13211.226.8881.76
HexC4D0DDB60Dd31b52
Octal30432033513601532333122
Binary11000100110100001101110110111100110111010011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D0DD; }

 p { color: rgb(196,208,221); }

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

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

 a { background-color: rgb(196,208,221); }

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

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

 span { border-color: rgb(196,208,221); }

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