#CEEDDE

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

Shades of White Ice #CEEDDE

Tints of White Ice #CEEDDE

Color information

#CEEDDE (or 0xCEEDDE) is unknown color: approx White Ice. HEX triplet: CE, ED and DE. RGB value is (206,237,222). Sum of RGB (Red+Green+Blue) = 206+237+222=665 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.98% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 222 (87.11% from 255 or 33.38% from 665); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEDDE is #311221. Grayscale: #E2E2E2. Windows color (decimal): -3215906 or 14609870. OLE color: 14609870.

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

Color convert

RGB206237222-
CMYK0.1300.060.07
HSL150.97º46.27%86.86%-
HSV(B)150.97º13.08%92.94%-
XYZ68.9278.9680.72-
YUV226.02125.73113.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.98%
GREEN value IS 237 (92.97% from 255) = 35.64%
BLUE value IS 222 (87.11% from 255) = 33.38%
R=30.98%
G=35.64%
B=33.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062372220.1300.060.07150.9746.2786.86
HexCEEDDED067972e57
Octal3163553361506722756127
Binary11001110111011011101111011010110111100101111011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEDDE; }

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

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

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

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

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

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

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

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