#DAECE4

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

Shades of White Ice #DAECE4

Tints of White Ice #DAECE4

Color information

#DAECE4 (or 0xDAECE4) is unknown color: approx White Ice. HEX triplet: DA, EC and E4. RGB value is (218,236,228). Sum of RGB (Red+Green+Blue) = 218+236+228=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 236 (92.58% from 255 or 34.60% from 682); Blue value is 228 (89.45% from 255 or 33.43% from 682); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECE4 is #25131B. Grayscale: #E5E5E5. Windows color (decimal): -2429724 or 15002842. OLE color: 15002842.

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

Color convert

RGB218236228-
CMYK0.0800.030.07
HSL153.33º32.14%89.02%-
HSV(B)153.33º7.63%92.55%-
XYZ72.9180.585.09-
YUV229.71127.04119.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.96%
GREEN value IS 236 (92.58% from 255) = 34.60%
BLUE value IS 228 (89.45% from 255) = 33.43%
R=31.96%
G=34.60%
B=33.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182362280.0800.030.07153.3332.1489.02
HexDAECE48037992059
Octal3323543441003723140131
Binary1101101011101100111001001000011111100110011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAECE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAECE4; }

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

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

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

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

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

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

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

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