#DFF2E9

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

Shades of White Ice #DFF2E9

Tints of White Ice #DFF2E9

Color information

#DFF2E9 (or 0xDFF2E9) is unknown color: approx White Ice. HEX triplet: DF, F2 and E9. RGB value is (223,242,233). Sum of RGB (Red+Green+Blue) = 223+242+233=698 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.95% from 698); Green value is 242 (94.92% from 255 or 34.67% from 698); Blue value is 233 (91.41% from 255 or 33.38% from 698); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF2E9 is #200D16. Grayscale: #EBEBEB. Windows color (decimal): -2100503 or 15332063. OLE color: 15332063.

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

Color convert

RGB223242233-
CMYK0.0800.040.05
HSL151.58º42.22%91.18%-
HSV(B)151.58º7.85%94.9%-
XYZ76.8985.0889.46-
YUV235.29126.71119.23-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.95%
GREEN value IS 242 (94.92% from 255) = 34.67%
BLUE value IS 233 (91.41% from 255) = 33.38%
R=31.95%
G=34.67%
B=33.38%

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
Decimal2232422330.0800.040.05151.5842.2291.18
HexDFF2E98045982a5b
Octal3373623511004523052133
Binary11011111111100101110100110000100101100110001010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF2E9; }

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

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

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

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

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

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

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

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