Shades of White Ice #D1FAE3
Tints of White Ice #D1FAE3
RGB
CMYK
RGB Variations
Color information
#D1FAE3 (or 0xD1FAE3) is known color: White Ice. HEX triplet: D1, FA and E3. RGB value is (209,250,227). Sum of RGB (Red+Green+Blue) = 209+250+227=686 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.47% from 686); Green value is 250 (98.05% from 255 or 36.44% from 686); Blue value is 227 (89.06% from 255 or 33.09% from 686); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FAE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FAE3 is #2E051C. Grayscale: #EBEBEB. Windows color (decimal): -3015965 or 14940881. OLE color: 14940881.
HSL color Cylindrical-coordinate representation of color #D1FAE3: hue angle of 146.34º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1FAE3 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 227 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.02 |
| HSL | 146.34º | 0.8% | 0.9% | - |
| HSV(B) | 146.34º | 0.16% | 0.98% | - |
| XYZ | 74.35 | 87.47 | 85.64 | - |
| YUV | 235.12 | 123.42 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 227 | 0.16 | 0 | 0.09 | 0.02 | 146.34 | 0.8 | 0.9 |
| Hex | D1 | FA | E3 | 10 | 0 | 9 | 2 | 92 | 50 | 5A |
| Octal | 321 | 372 | 343 | 20 | 0 | 11 | 2 | 222 | 120 | 132 |
| Binary | 11010001 | 11111010 | 11100011 | 10000 | 0 | 1001 | 10 | 10010010 | 1010000 | 1011010 |
Color Harmonies of #D1FAE3
Complementary color
Monochromatic Colors of #D1FAE3
Black with #D1FAE3
Text Example
Text Example
White with #D1FAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FAE3; }
p { color: rgb(209,250,227); }
H1.HeaderClassName
{
color: #D1FAE3;
}
.AnyTagClassName
{
color: #D1FAE3;
}
</style>
background-color css
<style>
a { background-color: #D1FAE3; }
a { background-color: rgb(209,250,227); }
div.DivClassName
{
background-color: #D1FAE3;
}
.BgClassName
{
background-color: #D1FAE3;
}
</style>
border-color css
<style>
span { border-color: #D1FAE3; }
span { border-color: rgb(209,250,227); }
td.TdClassName
{
border-color: #D1FAE3;
}
.TagClassName
{
border-color: #D1FAE3;
}
</style>