#CEEEDC

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

Shades of White Ice #CEEEDC

Tints of White Ice #CEEEDC

Color information

#CEEEDC (or 0xCEEEDC) is unknown color: approx White Ice. HEX triplet: CE, EE and DC. RGB value is (206,238,220). Sum of RGB (Red+Green+Blue) = 206+238+220=664 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.02% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEEDC is #311123. Grayscale: #E2E2E2. Windows color (decimal): -3215652 or 14479054. OLE color: 14479054.

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

Color convert

RGB206238220-
CMYK0.1300.080.07
HSL146.25º48.48%87.06%-
HSV(B)146.25º13.45%93.33%-
XYZ68.9579.4479.41-
YUV226.38124.4113.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.02%
GREEN value IS 238 (93.36% from 255) = 35.84%
BLUE value IS 220 (86.33% from 255) = 33.13%
R=31.02%
G=35.84%
B=33.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062382200.1300.080.07146.2548.4887.06
HexCEEEDCD087923057
Octal31635633415010722260127
Binary110011101110111011011100110101000111100100101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEEDC; }

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

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

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

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

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

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

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

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