#C4D0DF

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

Shades of Link Water #C4D0DF

Tints of Link Water #C4D0DF

Color information

#C4D0DF (or 0xC4D0DF) is unknown color: approx Link Water. HEX triplet: C4, D0 and DF. RGB value is (196,208,223). Sum of RGB (Red+Green+Blue) = 196+208+223=627 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.26% from 627); Green value is 208 (81.64% from 255 or 33.17% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4D0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D0DF is #3B2F20. Grayscale: #CECECE. Windows color (decimal): -3878689 or 14667972. OLE color: 14667972.

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

Color convert

RGB196208223-
CMYK0.120.0700.13
HSL213.33º29.67%82.16%-
HSV(B)213.33º12.11%87.45%-
XYZ58.6462.1878.72-
YUV206.12137.52120.78-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.26%
GREEN value IS 208 (81.64% from 255) = 33.17%
BLUE value IS 223 (87.5% from 255) = 35.57%
R=31.26%
G=33.17%
B=35.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1962082230.120.0700.13213.3329.6782.16
HexC4D0DFC70Dd51e52
Octal30432033714701532536122
Binary11000100110100001101111111001110110111010101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D0DF; }

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

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

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

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

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

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

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

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