#DAEAE4

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

Shades of White Ice #DAEAE4

Tints of White Ice #DAEAE4

Color information

#DAEAE4 (or 0xDAEAE4) is unknown color: approx White Ice. HEX triplet: DA, EA and E4. RGB value is (218,234,228). Sum of RGB (Red+Green+Blue) = 218+234+228=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 234 (91.80% from 255 or 34.41% from 680); Blue value is 228 (89.45% from 255 or 33.53% from 680); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEAE4 is #25151B. Grayscale: #E4E4E4. Windows color (decimal): -2430236 or 15002330. OLE color: 15002330.

HSL color Cylindrical-coordinate representation of color #DAEAE4: hue angle of 157.5º degrees, saturation: 0.28, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DAEAE4 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB218234228-
CMYK0.0700.030.08
HSL157.5º27.59%88.63%-
HSV(B)157.5º6.84%91.76%-
XYZ72.3479.3584.9-
YUV228.53127.7120.49-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.06%
GREEN value IS 234 (91.80% from 255) = 34.41%
BLUE value IS 228 (89.45% from 255) = 33.53%
R=32.06%
G=34.41%
B=33.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182342280.0700.030.08157.527.5988.63
HexDAEAE470389e1c59
Octal3323523447031023634131
Binary110110101110101011100100111011100010011110111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEAE4; }

 p { color: rgb(218,234,228); }

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

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

 a { background-color: rgb(218,234,228); }

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

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

 span { border-color: rgb(218,234,228); }

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