#DAECE5

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

Shades of White Ice #DAECE5

Tints of White Ice #DAECE5

Color information

#DAECE5 (or 0xDAECE5) is unknown color: approx White Ice. HEX triplet: DA, EC and E5. RGB value is (218,236,229). Sum of RGB (Red+Green+Blue) = 218+236+229=683 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.92% from 683); Green value is 236 (92.58% from 255 or 34.55% from 683); Blue value is 229 (89.84% from 255 or 33.53% from 683); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECE5 is #25131A. Grayscale: #E5E5E5. Windows color (decimal): -2429723 or 15068378. OLE color: 15068378.

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

Color convert

RGB218236229-
CMYK0.0800.030.07
HSL156.67º32.14%89.02%-
HSV(B)156.67º7.63%92.55%-
XYZ73.0580.5585.83-
YUV229.82127.54119.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.92%
GREEN value IS 236 (92.58% from 255) = 34.55%
BLUE value IS 229 (89.84% from 255) = 33.53%
R=31.92%
G=34.55%
B=33.53%

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
Decimal2182362290.0800.030.07156.6732.1489.02
HexDAECE580379d2059
Octal3323543451003723540131
Binary1101101011101100111001011000011111100111011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAECE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAECE5; }

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

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

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

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

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

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

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

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