#DAE8E3

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

Shades of White Ice #DAE8E3

Tints of White Ice #DAE8E3

Color information

#DAE8E3 (or 0xDAE8E3) is unknown color: approx White Ice. HEX triplet: DA, E8 and E3. RGB value is (218,232,227). Sum of RGB (Red+Green+Blue) = 218+232+227=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 232 (91.02% from 255 or 34.27% from 677); Blue value is 227 (89.06% from 255 or 33.53% from 677); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE8E3 is #25171C. Grayscale: #E3E3E3. Windows color (decimal): -2430749 or 14936282. OLE color: 14936282.

HSL color Cylindrical-coordinate representation of color #DAE8E3: hue angle of 158.57º degrees, saturation: 0.23, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DAE8E3 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB218232227-
CMYK0.0600.020.09
HSL158.57º23.33%88.24%-
HSV(B)158.57º6.03%90.98%-
XYZ71.6478.1683.98-
YUV227.24127.86121.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.20%
GREEN value IS 232 (91.02% from 255) = 34.27%
BLUE value IS 227 (89.06% from 255) = 33.53%
R=32.20%
G=34.27%
B=33.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182322270.0600.020.09158.5723.3388.24
HexDAE8E360299f1758
Octal3323503436021123727130
Binary110110101110100011100011110010100110011111101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE8E3; }

 p { color: rgb(218,232,227); }

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

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

 a { background-color: rgb(218,232,227); }

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

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

 span { border-color: rgb(218,232,227); }

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