#DFF2E8

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

Shades of White Ice #DFF2E8

Tints of White Ice #DFF2E8

Color information

#DFF2E8 (or 0xDFF2E8) is unknown color: approx White Ice. HEX triplet: DF, F2 and E8. RGB value is (223,242,232). Sum of RGB (Red+Green+Blue) = 223+242+232=697 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.99% from 697); Green value is 242 (94.92% from 255 or 34.72% from 697); Blue value is 232 (91.02% from 255 or 33.29% from 697); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF2E8 is #200D17. Grayscale: #EBEBEB. Windows color (decimal): -2100504 or 15266527. OLE color: 15266527.

HSL color Cylindrical-coordinate representation of color #DFF2E8: hue angle of 148.42º degrees, saturation: 0.42, 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 #DFF2E8 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB223242232-
CMYK0.0800.040.05
HSL148.42º42.22%91.18%-
HSV(B)148.42º7.85%94.9%-
XYZ76.7585.0288.71-
YUV235.18126.21119.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.99%
GREEN value IS 242 (94.92% from 255) = 34.72%
BLUE value IS 232 (91.02% from 255) = 33.29%
R=31.99%
G=34.72%
B=33.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232422320.0800.040.05148.4242.2291.18
HexDFF2E88045942a5b
Octal3373623501004522452133
Binary11011111111100101110100010000100101100101001010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF2E8; }

 p { color: rgb(223,242,232); }

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

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

 a { background-color: rgb(223,242,232); }

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

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

 span { border-color: rgb(223,242,232); }

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