#CEEEDE

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

Shades of White Ice #CEEEDE

Tints of White Ice #CEEEDE

Color information

#CEEEDE (or 0xCEEEDE) is unknown color: approx White Ice. HEX triplet: CE, EE and DE. RGB value is (206,238,222). Sum of RGB (Red+Green+Blue) = 206+238+222=666 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.93% from 666); Green value is 238 (93.36% from 255 or 35.74% from 666); Blue value is 222 (87.11% from 255 or 33.33% from 666); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEEDE is #311121. Grayscale: #E2E2E2. Windows color (decimal): -3215650 or 14610126. OLE color: 14610126.

HSL color Cylindrical-coordinate representation of color #CEEEDE: hue angle of 150º 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 #CEEEDE is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB206238222-
CMYK0.1300.070.07
HSL150º48.48%87.06%-
HSV(B)150º13.45%93.33%-
XYZ69.2179.5480.81-
YUV226.61125.4113.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.93%
GREEN value IS 238 (93.36% from 255) = 35.74%
BLUE value IS 222 (87.11% from 255) = 33.33%
R=30.93%
G=35.74%
B=33.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062382220.1300.070.0715048.4887.06
HexCEEEDED077963057
Octal3163563361507722660127
Binary11001110111011101101111011010111111100101101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEEDE; }

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

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

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

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

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

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

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

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