#DEF0E8

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

Shades of White Ice #DEF0E8

Tints of White Ice #DEF0E8

Color information

#DEF0E8 (or 0xDEF0E8) is unknown color: approx White Ice. HEX triplet: DE, F0 and E8. RGB value is (222,240,232). Sum of RGB (Red+Green+Blue) = 222+240+232=694 (91% of max value = 765). Red value is 222 (87.11% from 255 or 31.99% from 694); Green value is 240 (94.14% from 255 or 34.58% from 694); Blue value is 232 (91.02% from 255 or 33.43% from 694); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF0E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF0E8 is #210F17. Grayscale: #E9E9E9. Windows color (decimal): -2166552 or 15266014. OLE color: 15266014.

HSL color Cylindrical-coordinate representation of color #DEF0E8: hue angle of 153.33º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEF0E8 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB222240232-
CMYK0.0800.030.06
HSL153.33º37.5%90.59%-
HSV(B)153.33º7.5%94.12%-
XYZ75.8583.6888.5-
YUV233.71127.04119.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.99%
GREEN value IS 240 (94.14% from 255) = 34.58%
BLUE value IS 232 (91.02% from 255) = 33.43%
R=31.99%
G=34.58%
B=33.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222402320.0800.030.06153.3337.590.59
HexDEF0E8803699265b
Octal3363603501003623146133
Binary1101111011110000111010001000011110100110011001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF0E8; }

 p { color: rgb(222,240,232); }

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

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

 a { background-color: rgb(222,240,232); }

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

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

 span { border-color: rgb(222,240,232); }

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