#DFEAE5

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

Shades of White Ice #DFEAE5

Tints of White Ice #DFEAE5

Color information

#DFEAE5 (or 0xDFEAE5) is unknown color: approx White Ice. HEX triplet: DF, EA and E5. RGB value is (223,234,229). Sum of RGB (Red+Green+Blue) = 223+234+229=686 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.51% from 686); Green value is 234 (91.80% from 255 or 34.11% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEAE5 is #20151A. Grayscale: #E6E6E6. Windows color (decimal): -2102555 or 15067871. OLE color: 15067871.

HSL color Cylindrical-coordinate representation of color #DFEAE5: hue angle of 152.73º degrees, saturation: 0.21, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFEAE5 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB223234229-
CMYK0.0500.020.08
HSL152.73º20.75%89.61%-
HSV(B)152.73º4.7%91.76%-
XYZ7480.1985.71-
YUV230.14127.36122.91-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.51%
GREEN value IS 234 (91.80% from 255) = 34.11%
BLUE value IS 229 (89.84% from 255) = 33.38%
R=32.51%
G=34.11%
B=33.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232342290.0500.020.08152.7320.7589.61
HexDFEAE5502899155a
Octal3373523455021023125132
Binary110111111110101011100101101010100010011001101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEAE5; }

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

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

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

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

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

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

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

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