#DEF1E9

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

Shades of White Ice #DEF1E9

Tints of White Ice #DEF1E9

Color information

#DEF1E9 (or 0xDEF1E9) is unknown color: approx White Ice. HEX triplet: DE, F1 and E9. RGB value is (222,241,233). Sum of RGB (Red+Green+Blue) = 222+241+233=696 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.90% from 696); Green value is 241 (94.53% from 255 or 34.63% from 696); Blue value is 233 (91.41% from 255 or 33.48% from 696); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF1E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF1E9 is #210E16. Grayscale: #EAEAEA. Windows color (decimal): -2166295 or 15331806. OLE color: 15331806.

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

Color convert

RGB222241233-
CMYK0.0800.030.05
HSL154.74º40.43%90.78%-
HSV(B)154.74º7.88%94.51%-
XYZ76.2984.3289.35-
YUV234.41127.21119.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.90%
GREEN value IS 241 (94.53% from 255) = 34.63%
BLUE value IS 233 (91.41% from 255) = 33.48%
R=31.90%
G=34.63%
B=33.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222412330.0800.030.05154.7440.4390.78
HexDEF1E980359b285b
Octal3363613511003523350133
Binary1101111011110001111010011000011101100110111010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF1E9; }

 p { color: rgb(222,241,233); }

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

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

 a { background-color: rgb(222,241,233); }

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

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

 span { border-color: rgb(222,241,233); }

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