Shades of White Ice #DAEAE2
Tints of White Ice #DAEAE2
RGB
CMYK
RGB Variations
Color information
#DAEAE2 (or 0xDAEAE2) is known color: White Ice. HEX triplet: DA, EA and E2. RGB value is (218,234,226). Sum of RGB (Red+Green+Blue) = 218+234+226=678 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.15% from 678); Green value is 234 (91.80% from 255 or 34.51% from 678); Blue value is 226 (88.67% from 255 or 33.33% from 678); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEAE2 is #25151D. Grayscale: #E4E4E4. Windows color (decimal): -2430238 or 14871258. OLE color: 14871258.
HSL color Cylindrical-coordinate representation of color #DAEAE2: hue angle of 150º degrees, saturation: 0.28, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DAEAE2 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 226 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.08 |
| HSL | 150º | 0.28% | 0.89% | - |
| HSV(B) | 150º | 0.07% | 0.92% | - |
| XYZ | 72.06 | 79.24 | 83.45 | - |
| YUV | 228.3 | 126.7 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 226 | 0.07 | 0 | 0.03 | 0.08 | 150 | 0.28 | 0.89 |
| Hex | DA | EA | E2 | 7 | 0 | 3 | 8 | 96 | 1C | 59 |
| Octal | 332 | 352 | 342 | 7 | 0 | 3 | 10 | 226 | 34 | 131 |
| Binary | 11011010 | 11101010 | 11100010 | 111 | 0 | 11 | 1000 | 10010110 | 11100 | 1011001 |
Color Harmonies of #DAEAE2
Complementary color
Monochromatic Colors of #DAEAE2
Black with #DAEAE2
Text Example
Text Example
White with #DAEAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEAE2; }
p { color: rgb(218,234,226); }
H1.HeaderClassName
{
color: #DAEAE2;
}
.AnyTagClassName
{
color: #DAEAE2;
}
</style>
background-color css
<style>
a { background-color: #DAEAE2; }
a { background-color: rgb(218,234,226); }
div.DivClassName
{
background-color: #DAEAE2;
}
.BgClassName
{
background-color: #DAEAE2;
}
</style>
border-color css
<style>
span { border-color: #DAEAE2; }
span { border-color: rgb(218,234,226); }
td.TdClassName
{
border-color: #DAEAE2;
}
.TagClassName
{
border-color: #DAEAE2;
}
</style>