Shades of White Ice #DAE3DF
Tints of White Ice #DAE3DF
RGB
CMYK
RGB Variations
Color information
#DAE3DF (or 0xDAE3DF) is known color: White Ice. HEX triplet: DA, E3 and DF. RGB value is (218,227,223). Sum of RGB (Red+Green+Blue) = 218+227+223=668 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.63% from 668); Green value is 227 (89.06% from 255 or 33.98% from 668); Blue value is 223 (87.5% from 255 or 33.38% from 668); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE3DF is #251C20. Grayscale: #DFDFDF. Windows color (decimal): -2432033 or 14672858. OLE color: 14672858.
HSL color Cylindrical-coordinate representation of color #DAE3DF: hue angle of 153.33º degrees, saturation: 0.14, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DAE3DF is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 223 | - |
| CMYK | 0.04 | 0 | 0.02 | 0.11 |
| HSL | 153.33º | 0.14% | 0.87% | - |
| HSV(B) | 153.33º | 0.04% | 0.89% | - |
| XYZ | 69.7 | 75.17 | 80.65 | - |
| YUV | 223.85 | 127.52 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 223 | 0.04 | 0 | 0.02 | 0.11 | 153.33 | 0.14 | 0.87 |
| Hex | DA | E3 | DF | 4 | 0 | 2 | B | 99 | E | 57 |
| Octal | 332 | 343 | 337 | 4 | 0 | 2 | 13 | 231 | 16 | 127 |
| Binary | 11011010 | 11100011 | 11011111 | 100 | 0 | 10 | 1011 | 10011001 | 1110 | 1010111 |
Color Harmonies of #DAE3DF
Complementary color
Monochromatic Colors of #DAE3DF
Black with #DAE3DF
Text Example
Text Example
White with #DAE3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE3DF; }
p { color: rgb(218,227,223); }
H1.HeaderClassName
{
color: #DAE3DF;
}
.AnyTagClassName
{
color: #DAE3DF;
}
</style>
background-color css
<style>
a { background-color: #DAE3DF; }
a { background-color: rgb(218,227,223); }
div.DivClassName
{
background-color: #DAE3DF;
}
.BgClassName
{
background-color: #DAE3DF;
}
</style>
border-color css
<style>
span { border-color: #DAE3DF; }
span { border-color: rgb(218,227,223); }
td.TdClassName
{
border-color: #DAE3DF;
}
.TagClassName
{
border-color: #DAE3DF;
}
</style>