#C3CEDC

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

Shades of Link Water #C3CEDC

Tints of Link Water #C3CEDC

Color information

#C3CEDC (or 0xC3CEDC) is unknown color: approx Link Water. HEX triplet: C3, CE and DC. RGB value is (195,206,220). Sum of RGB (Red+Green+Blue) = 195+206+220=621 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.40% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3CEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CEDC is #3C3123. Grayscale: #CCCCCC. Windows color (decimal): -3944740 or 14470851. OLE color: 14470851.

HSL color Cylindrical-coordinate representation of color #C3CEDC: hue angle of 213.6º degrees, saturation: 0.26, 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 #C3CEDC is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB195206220-
CMYK0.110.0600.14
HSL213.6º26.32%81.37%-
HSV(B)213.6º11.36%86.27%-
XYZ57.560.9176.44-
YUV204.31136.86121.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.40%
GREEN value IS 206 (80.86% from 255) = 33.17%
BLUE value IS 220 (86.33% from 255) = 35.43%
R=31.40%
G=33.17%
B=35.43%

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
Decimal1952062200.110.0600.14213.626.3281.37
HexC3CEDCB60Ed61a51
Octal30331633413601632632121
Binary11000011110011101101110010111100111011010110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CEDC; }

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

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

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

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

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

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

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

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