#DAECE2

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

Shades of White Ice #DAECE2

Tints of White Ice #DAECE2

Color information

#DAECE2 (or 0xDAECE2) is unknown color: approx White Ice. HEX triplet: DA, EC and E2. RGB value is (218,236,226). Sum of RGB (Red+Green+Blue) = 218+236+226=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 236 (92.58% from 255 or 34.71% from 680); Blue value is 226 (88.67% from 255 or 33.24% from 680); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECE2 is #25131D. Grayscale: #E5E5E5. Windows color (decimal): -2429726 or 14871770. OLE color: 14871770.

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

Color convert

RGB218236226-
CMYK0.0800.040.07
HSL146.67º32.14%89.02%-
HSV(B)146.67º7.63%92.55%-
XYZ72.6480.3983.64-
YUV229.48126.04119.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.06%
GREEN value IS 236 (92.58% from 255) = 34.71%
BLUE value IS 226 (88.67% from 255) = 33.24%
R=32.06%
G=34.71%
B=33.24%

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
Decimal2182362260.0800.040.07146.6732.1489.02
HexDAECE28047932059
Octal3323543421004722340131
Binary11011010111011001110001010000100111100100111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAECE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAECE2; }

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

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

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

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

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

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

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

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