#DFF5EB

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

Shades of White Ice #DFF5EB

Tints of White Ice #DFF5EB

Color information

#DFF5EB (or 0xDFF5EB) is unknown color: approx White Ice. HEX triplet: DF, F5 and EB. RGB value is (223,245,235). Sum of RGB (Red+Green+Blue) = 223+245+235=703 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.72% from 703); Green value is 245 (96.09% from 255 or 34.85% from 703); Blue value is 235 (92.19% from 255 or 33.43% from 703); Max value from RGB is 245 - color contains mainly: green. Hex color #DFF5EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF5EB is #200A14. Grayscale: #EDEDED. Windows color (decimal): -2099733 or 15463903. OLE color: 15463903.

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

Color convert

RGB223245235-
CMYK0.0900.040.04
HSL152.73º52.38%91.76%-
HSV(B)152.73º8.98%96.08%-
XYZ78.0886.9991.27-
YUV237.28126.71117.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.72%
GREEN value IS 245 (96.09% from 255) = 34.85%
BLUE value IS 235 (92.19% from 255) = 33.43%
R=31.72%
G=34.85%
B=33.43%

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
Decimal2232452350.0900.040.04152.7352.3891.76
HexDFF5EB904499345c
Octal3373653531104423164134
Binary11011111111101011110101110010100100100110011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF5EB; }

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

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

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

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

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

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

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

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