Shades of White Ice #DAEEE4
Tints of White Ice #DAEEE4
RGB
CMYK
RGB Variations
Color information
#DAEEE4 (or 0xDAEEE4) is known color: White Ice. HEX triplet: DA, EE and E4. RGB value is (218,238,228). Sum of RGB (Red+Green+Blue) = 218+238+228=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 238 (93.36% from 255 or 34.80% from 684); Blue value is 228 (89.45% from 255 or 33.33% from 684); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEEE4 is #25111B. Grayscale: #E6E6E6. Windows color (decimal): -2429212 or 15003354. OLE color: 15003354.
HSL color Cylindrical-coordinate representation of color #DAEEE4: hue angle of 150º degrees, saturation: 0.37, 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 #DAEEE4 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 238 | 228 | - |
CMYK | 0.08 | 0 | 0.04 | 0.07 |
HSL | 150º | 0.37% | 0.89% | - |
HSV(B) | 150º | 0.08% | 0.93% | - |
XYZ | 73.49 | 81.66 | 85.29 | - |
YUV | 230.88 | 126.37 | 118.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 238 | 228 | 0.08 | 0 | 0.04 | 0.07 | 150 | 0.37 | 0.89 |
Hex | DA | EE | E4 | 8 | 0 | 4 | 7 | 96 | 25 | 59 |
Octal | 332 | 356 | 344 | 10 | 0 | 4 | 7 | 226 | 45 | 131 |
Binary | 11011010 | 11101110 | 11100100 | 1000 | 0 | 100 | 111 | 10010110 | 100101 | 1011001 |
Color Harmonies of #DAEEE4
Complementary color
Monochromatic Colors of #DAEEE4
Black with #DAEEE4
Text Example
Text Example
White with #DAEEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEEE4; }
p { color: rgb(218,238,228); }
H1.HeaderClassName
{
color: #DAEEE4;
}
.AnyTagClassName
{
color: #DAEEE4;
}
</style>
background-color css
<style>
a { background-color: #DAEEE4; }
a { background-color: rgb(218,238,228); }
div.DivClassName
{
background-color: #DAEEE4;
}
.BgClassName
{
background-color: #DAEEE4;
}
</style>
border-color css
<style>
span { border-color: #DAEEE4; }
span { border-color: rgb(218,238,228); }
td.TdClassName
{
border-color: #DAEEE4;
}
.TagClassName
{
border-color: #DAEEE4;
}
</style>