#DFF5EA

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

Shades of White Ice #DFF5EA

Tints of White Ice #DFF5EA

Color information

#DFF5EA (or 0xDFF5EA) is unknown color: approx White Ice. HEX triplet: DF, F5 and EA. RGB value is (223,245,234). Sum of RGB (Red+Green+Blue) = 223+245+234=702 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.77% from 702); Green value is 245 (96.09% from 255 or 34.90% from 702); Blue value is 234 (91.80% from 255 or 33.33% from 702); Max value from RGB is 245 - color contains mainly: green. Hex color #DFF5EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF5EA is #200A15. Grayscale: #EDEDED. Windows color (decimal): -2099734 or 15398367. OLE color: 15398367.

HSL color Cylindrical-coordinate representation of color #DFF5EA: hue angle of 150º degrees, saturation: 0.52, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFF5EA is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB223245234-
CMYK0.0900.040.04
HSL150º52.38%91.76%-
HSV(B)150º8.98%96.08%-
XYZ77.9486.9390.51-
YUV237.17126.21117.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.77%
GREEN value IS 245 (96.09% from 255) = 34.90%
BLUE value IS 234 (91.80% from 255) = 33.33%
R=31.77%
G=34.90%
B=33.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2232452340.0900.040.0415052.3891.76
HexDFF5EA904496345c
Octal3373653521104422664134
Binary11011111111101011110101010010100100100101101101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF5EA; }

 p { color: rgb(223,245,234); }

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

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

 a { background-color: rgb(223,245,234); }

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

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

 span { border-color: rgb(223,245,234); }

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