#DAECE3

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

Shades of White Ice #DAECE3

Tints of White Ice #DAECE3

Color information

#DAECE3 (or 0xDAECE3) is unknown color: approx White Ice. HEX triplet: DA, EC and E3. RGB value is (218,236,227). Sum of RGB (Red+Green+Blue) = 218+236+227=681 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.01% from 681); Green value is 236 (92.58% from 255 or 34.65% from 681); Blue value is 227 (89.06% from 255 or 33.33% from 681); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECE3 is #25131C. Grayscale: #E5E5E5. Windows color (decimal): -2429725 or 14937306. OLE color: 14937306.

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

Color convert

RGB218236227-
CMYK0.0800.040.07
HSL150º32.14%89.02%-
HSV(B)150º7.63%92.55%-
XYZ72.7780.4484.36-
YUV229.59126.54119.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.01%
GREEN value IS 236 (92.58% from 255) = 34.65%
BLUE value IS 227 (89.06% from 255) = 33.33%
R=32.01%
G=34.65%
B=33.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182362270.0800.040.0715032.1489.02
HexDAECE38047962059
Octal3323543431004722640131
Binary11011010111011001110001110000100111100101101000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAECE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAECE3; }

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

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

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

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

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

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

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

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