#DEEDE6

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

Shades of White Ice #DEEDE6

Tints of White Ice #DEEDE6

Color information

#DEEDE6 (or 0xDEEDE6) is unknown color: approx White Ice. HEX triplet: DE, ED and E6. RGB value is (222,237,230). Sum of RGB (Red+Green+Blue) = 222+237+230=689 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.22% from 689); Green value is 237 (92.97% from 255 or 34.40% from 689); Blue value is 230 (90.23% from 255 or 33.38% from 689); Max value from RGB is 237 - color contains mainly: green. Hex color #DEEDE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEDE6 is #211219. Grayscale: #E7E7E7. Windows color (decimal): -2167322 or 15134174. OLE color: 15134174.

HSL color Cylindrical-coordinate representation of color #DEEDE6: hue angle of 152º degrees, saturation: 0.29, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DEEDE6 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB222237230-
CMYK0.0600.030.07
HSL152º29.41%90%-
HSV(B)152º6.33%92.94%-
XYZ74.6981.8186.72-
YUV231.72127.03121.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.22%
GREEN value IS 237 (92.97% from 255) = 34.40%
BLUE value IS 230 (90.23% from 255) = 33.38%
R=32.22%
G=34.40%
B=33.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222372300.0600.030.0715229.4190
HexDEEDE66037981d5a
Octal336355346603723035132
Binary11011110111011011110011011001111110011000111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEDE6; }

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

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

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

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

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

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

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

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