#CCCED9

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

Shades of Link Water #CCCED9

Tints of Link Water #CCCED9

Color information

#CCCED9 (or 0xCCCED9) is unknown color: approx Link Water. HEX triplet: CC, CE and D9. RGB value is (204,206,217). Sum of RGB (Red+Green+Blue) = 204+206+217=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 217 (85.16% from 255 or 34.61% from 627); Max value from RGB is 217 - color contains mainly: blue. Hex color #CCCED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCED9 is #333126. Grayscale: #CECECE. Windows color (decimal): -3354919 or 14274252. OLE color: 14274252.

HSL color Cylindrical-coordinate representation of color #CCCED9: hue angle of 230.77º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCCED9 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204206217-
CMYK0.060.0500.15
HSL230.77º14.61%82.55%-
HSV(B)230.77º5.99%85.1%-
XYZ59.561.9974.48-
YUV206.66133.84126.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.54%
GREEN value IS 206 (80.86% from 255) = 32.85%
BLUE value IS 217 (85.16% from 255) = 34.61%
R=32.54%
G=32.85%
B=34.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042062170.060.0500.15230.7714.6182.55
HexCCCED9650Fe7f53
Octal3143163316501734717123
Binary110011001100111011011001110101011111110011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCED9; }

 p { color: rgb(204,206,217); }

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

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

 a { background-color: rgb(204,206,217); }

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

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

 span { border-color: rgb(204,206,217); }

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