Shades of White Ice #DAECE3
Tints of White Ice #DAECE3
RGB
CMYK
RGB Variations
Color information
#DAECE3 (or 0xDAECE3) is known color: 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
RGB | 218 | 236 | 227 | - |
CMYK | 0.08 | 0 | 0.04 | 0.07 |
HSL | 150º | 0.32% | 0.89% | - |
HSV(B) | 150º | 0.08% | 0.93% | - |
XYZ | 72.77 | 80.44 | 84.36 | - |
YUV | 229.59 | 126.54 | 119.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 236 | 227 | 0.08 | 0 | 0.04 | 0.07 | 150 | 0.32 | 0.89 |
Hex | DA | EC | E3 | 8 | 0 | 4 | 7 | 96 | 20 | 59 |
Octal | 332 | 354 | 343 | 10 | 0 | 4 | 7 | 226 | 40 | 131 |
Binary | 11011010 | 11101100 | 11100011 | 1000 | 0 | 100 | 111 | 10010110 | 100000 | 1011001 |
Color Harmonies of #DAECE3
Complementary color
Monochromatic Colors of #DAECE3
Black with #DAECE3
Text Example
Text Example
White with #DAECE3
Text Example
Text Example
HTML Codes & Css Web 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>