#CCEEDC

Color #CCEEDC White Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Ice #CCEEDC

Tints of White Ice #CCEEDC

Color information

#CCEEDC (or 0xCCEEDC) is unknown color: approx White Ice. HEX triplet: CC, EE and DC. RGB value is (204,238,220). Sum of RGB (Red+Green+Blue) = 204+238+220=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 238 (93.36% from 255 or 35.95% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEEDC is #331123. Grayscale: #E1E1E1. Windows color (decimal): -3346724 or 14479052. OLE color: 14479052.

HSL color Cylindrical-coordinate representation of color #CCEEDC: hue angle of 148.24º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCEEDC is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB204238220-
CMYK0.1400.080.07
HSL148.24º50%86.67%-
HSV(B)148.24º14.29%93.33%-
XYZ68.3979.1579.38-
YUV225.78124.74112.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.82%
GREEN value IS 238 (93.36% from 255) = 35.95%
BLUE value IS 220 (86.33% from 255) = 33.23%
R=30.82%
G=35.95%
B=33.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042382200.1400.080.07148.245086.67
HexCCEEDCE087943257
Octal31435633416010722462127
Binary110011001110111011011100111001000111100101001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEEDC; }

 p { color: rgb(204,238,220); }

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

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

 a { background-color: rgb(204,238,220); }

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

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

 span { border-color: rgb(204,238,220); }

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