#DEF7EA

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

Shades of White Ice #DEF7EA

Tints of White Ice #DEF7EA

Color information

#DEF7EA (or 0xDEF7EA) is unknown color: approx White Ice. HEX triplet: DE, F7 and EA. RGB value is (222,247,234). Sum of RGB (Red+Green+Blue) = 222+247+234=703 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.58% from 703); Green value is 247 (96.88% from 255 or 35.14% from 703); Blue value is 234 (91.80% from 255 or 33.29% from 703); Max value from RGB is 247 - color contains mainly: green. Hex color #DEF7EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF7EA is #210815. Grayscale: #EEEEEE. Windows color (decimal): -2164758 or 15398878. OLE color: 15398878.

HSL color Cylindrical-coordinate representation of color #DEF7EA: hue angle of 148.8º degrees, saturation: 0.61, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEF7EA is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB222247234-
CMYK0.1000.050.03
HSL148.8º60.98%91.96%-
HSV(B)148.8º10.12%96.86%-
XYZ78.2487.9990.7-
YUV238.04125.72116.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.58%
GREEN value IS 247 (96.88% from 255) = 35.14%
BLUE value IS 234 (91.80% from 255) = 33.29%
R=31.58%
G=35.14%
B=33.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2222472340.1000.050.03148.860.9891.96
HexDEF7EAA053953d5c
Octal3363673521205322575134
Binary1101111011110111111010101010010111100101011111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF7EA; }

 p { color: rgb(222,247,234); }

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

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

 a { background-color: rgb(222,247,234); }

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

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

 span { border-color: rgb(222,247,234); }

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