#CCCED5

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

Shades of Link Water #CCCED5

Tints of Link Water #CCCED5

Color information

#CCCED5 (or 0xCCCED5) is unknown color: approx Link Water. HEX triplet: CC, CE and D5. RGB value is (204,206,213). Sum of RGB (Red+Green+Blue) = 204+206+213=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 213 (83.59% from 255 or 34.19% from 623); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCCED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCED5 is #33312A. Grayscale: #CECECE. Windows color (decimal): -3354923 or 14012108. OLE color: 14012108.

HSL color Cylindrical-coordinate representation of color #CCCED5: hue angle of 226.67º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CCCED5 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204206213-
CMYK0.040.0300.16
HSL226.67º9.68%81.76%-
HSV(B)226.67º4.23%83.53%-
XYZ58.9861.7871.77-
YUV206.2131.84126.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.74%
GREEN value IS 206 (80.86% from 255) = 33.07%
BLUE value IS 213 (83.59% from 255) = 34.19%
R=32.74%
G=33.07%
B=34.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042062130.040.0300.16226.679.6881.76
HexCCCED543010e3a52
Octal3143163254302034312122
Binary110011001100111011010101100110100001110001110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCED5; }

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

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

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

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

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

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

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

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