Shades of White Ice #DAEDE2
Tints of White Ice #DAEDE2
RGB
CMYK
RGB Variations
Color information
#DAEDE2 (or 0xDAEDE2) is known color: White Ice. HEX triplet: DA, ED and E2. RGB value is (218,237,226). Sum of RGB (Red+Green+Blue) = 218+237+226=681 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.01% from 681); Green value is 237 (92.97% from 255 or 34.80% from 681); Blue value is 226 (88.67% from 255 or 33.19% from 681); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDE2 is #25121D. Grayscale: #E6E6E6. Windows color (decimal): -2429470 or 14872026. OLE color: 14872026.
HSL color Cylindrical-coordinate representation of color #DAEDE2: hue angle of 145.26º degrees, saturation: 0.35, 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 #DAEDE2 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 237 | 226 | - |
CMYK | 0.08 | 0 | 0.05 | 0.07 |
HSL | 145.26º | 0.35% | 0.89% | - |
HSV(B) | 145.26º | 0.08% | 0.93% | - |
XYZ | 72.93 | 80.96 | 83.74 | - |
YUV | 230.07 | 125.71 | 119.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 237 | 226 | 0.08 | 0 | 0.05 | 0.07 | 145.26 | 0.35 | 0.89 |
Hex | DA | ED | E2 | 8 | 0 | 5 | 7 | 91 | 23 | 59 |
Octal | 332 | 355 | 342 | 10 | 0 | 5 | 7 | 221 | 43 | 131 |
Binary | 11011010 | 11101101 | 11100010 | 1000 | 0 | 101 | 111 | 10010001 | 100011 | 1011001 |
Color Harmonies of #DAEDE2
Complementary color
Monochromatic Colors of #DAEDE2
Black with #DAEDE2
Text Example
Text Example
White with #DAEDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEDE2; }
p { color: rgb(218,237,226); }
H1.HeaderClassName
{
color: #DAEDE2;
}
.AnyTagClassName
{
color: #DAEDE2;
}
</style>
background-color css
<style>
a { background-color: #DAEDE2; }
a { background-color: rgb(218,237,226); }
div.DivClassName
{
background-color: #DAEDE2;
}
.BgClassName
{
background-color: #DAEDE2;
}
</style>
border-color css
<style>
span { border-color: #DAEDE2; }
span { border-color: rgb(218,237,226); }
td.TdClassName
{
border-color: #DAEDE2;
}
.TagClassName
{
border-color: #DAEDE2;
}
</style>