Shades of White Ice #D9F1E3
Tints of White Ice #D9F1E3
RGB
CMYK
RGB Variations
Color information
#D9F1E3 (or 0xD9F1E3) is known color: White Ice. HEX triplet: D9, F1 and E3. RGB value is (217,241,227). Sum of RGB (Red+Green+Blue) = 217+241+227=685 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.68% from 685); Green value is 241 (94.53% from 255 or 35.18% from 685); Blue value is 227 (89.06% from 255 or 33.14% from 685); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F1E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F1E3 is #260E1C. Grayscale: #E8E8E8. Windows color (decimal): -2493981 or 14938585. OLE color: 14938585.
HSL color Cylindrical-coordinate representation of color #D9F1E3: hue angle of 145º degrees, saturation: 0.46, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9F1E3 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 241 | 227 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.05 |
| HSL | 145º | 0.46% | 0.9% | - |
| HSV(B) | 145º | 0.1% | 0.95% | - |
| XYZ | 73.94 | 83.21 | 84.84 | - |
| YUV | 232.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 241 | 227 | 0.10 | 0 | 0.06 | 0.05 | 145 | 0.46 | 0.9 |
| Hex | D9 | F1 | E3 | A | 0 | 6 | 5 | 91 | 2E | 5A |
| Octal | 331 | 361 | 343 | 12 | 0 | 6 | 5 | 221 | 56 | 132 |
| Binary | 11011001 | 11110001 | 11100011 | 1010 | 0 | 110 | 101 | 10010001 | 101110 | 1011010 |
Color Harmonies of #D9F1E3
Complementary color
Monochromatic Colors of #D9F1E3
Black with #D9F1E3
Text Example
Text Example
White with #D9F1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F1E3; }
p { color: rgb(217,241,227); }
H1.HeaderClassName
{
color: #D9F1E3;
}
.AnyTagClassName
{
color: #D9F1E3;
}
</style>
background-color css
<style>
a { background-color: #D9F1E3; }
a { background-color: rgb(217,241,227); }
div.DivClassName
{
background-color: #D9F1E3;
}
.BgClassName
{
background-color: #D9F1E3;
}
</style>
border-color css
<style>
span { border-color: #D9F1E3; }
span { border-color: rgb(217,241,227); }
td.TdClassName
{
border-color: #D9F1E3;
}
.TagClassName
{
border-color: #D9F1E3;
}
</style>