#C4CEDC

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

Shades of Link Water #C4CEDC

Tints of Link Water #C4CEDC

Color information

#C4CEDC (or 0xC4CEDC) is unknown color: approx Link Water. HEX triplet: C4, CE and DC. RGB value is (196,206,220). Sum of RGB (Red+Green+Blue) = 196+206+220=622 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.51% from 622); Green value is 206 (80.86% from 255 or 33.12% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4CEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CEDC is #3B3123. Grayscale: #CCCCCC. Windows color (decimal): -3879204 or 14470852. OLE color: 14470852.

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

Color convert

RGB196206220-
CMYK0.110.0600.14
HSL215º25.53%81.57%-
HSV(B)215º10.91%86.27%-
XYZ57.7561.0576.45-
YUV204.61136.69121.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.51%
GREEN value IS 206 (80.86% from 255) = 33.12%
BLUE value IS 220 (86.33% from 255) = 35.37%
R=31.51%
G=33.12%
B=35.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1962062200.110.0600.1421525.5381.57
HexC4CEDCB60Ed71a52
Octal30431633413601632732122
Binary11000100110011101101110010111100111011010111110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CEDC; }

 p { color: rgb(196,206,220); }

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

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

 a { background-color: rgb(196,206,220); }

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

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

 span { border-color: rgb(196,206,220); }

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