#C4D0DB

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

Shades of Link Water #C4D0DB

Tints of Link Water #C4D0DB

Color information

#C4D0DB (or 0xC4D0DB) is unknown color: approx Link Water. HEX triplet: C4, D0 and DB. RGB value is (196,208,219). Sum of RGB (Red+Green+Blue) = 196+208+219=623 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.46% from 623); Green value is 208 (81.64% from 255 or 33.39% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 219 - color contains mainly: blue. Hex color #C4D0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D0DB is #3B2F24. Grayscale: #CDCDCD. Windows color (decimal): -3878693 or 14405828. OLE color: 14405828.

HSL color Cylindrical-coordinate representation of color #C4D0DB: hue angle of 208.7º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4D0DB is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB196208219-
CMYK0.110.0500.14
HSL208.7º24.21%81.37%-
HSV(B)208.7º10.5%85.88%-
XYZ58.1161.9675.92-
YUV205.67135.52121.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.46%
GREEN value IS 208 (81.64% from 255) = 33.39%
BLUE value IS 219 (85.94% from 255) = 35.15%
R=31.46%
G=33.39%
B=35.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1962082190.110.0500.14208.724.2181.37
HexC4D0DBB50Ed11851
Octal30432033313501632130121
Binary11000100110100001101101110111010111011010001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D0DB; }

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

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

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

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

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

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

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

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