Shades of White Ice #D1EFE1
Tints of White Ice #D1EFE1
RGB
CMYK
RGB Variations
Color information
#D1EFE1 (or 0xD1EFE1) is known color: White Ice. HEX triplet: D1, EF and E1. RGB value is (209,239,225). Sum of RGB (Red+Green+Blue) = 209+239+225=673 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.05% from 673); Green value is 239 (93.75% from 255 or 35.51% from 673); Blue value is 225 (88.28% from 255 or 33.43% from 673); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EFE1 is #2E101E. Grayscale: #E4E4E4. Windows color (decimal): -3018783 or 14806993. OLE color: 14806993.
HSL color Cylindrical-coordinate representation of color #D1EFE1: hue angle of 152º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1EFE1 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 239 | 225 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.06 |
| HSL | 152º | 0.48% | 0.88% | - |
| HSV(B) | 152º | 0.13% | 0.94% | - |
| XYZ | 70.75 | 80.72 | 83.09 | - |
| YUV | 228.43 | 126.06 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 239 | 225 | 0.13 | 0 | 0.06 | 0.06 | 152 | 0.48 | 0.88 |
| Hex | D1 | EF | E1 | D | 0 | 6 | 6 | 98 | 30 | 58 |
| Octal | 321 | 357 | 341 | 15 | 0 | 6 | 6 | 230 | 60 | 130 |
| Binary | 11010001 | 11101111 | 11100001 | 1101 | 0 | 110 | 110 | 10011000 | 110000 | 1011000 |
Color Harmonies of #D1EFE1
Complementary color
Monochromatic Colors of #D1EFE1
Black with #D1EFE1
Text Example
Text Example
White with #D1EFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EFE1; }
p { color: rgb(209,239,225); }
H1.HeaderClassName
{
color: #D1EFE1;
}
.AnyTagClassName
{
color: #D1EFE1;
}
</style>
background-color css
<style>
a { background-color: #D1EFE1; }
a { background-color: rgb(209,239,225); }
div.DivClassName
{
background-color: #D1EFE1;
}
.BgClassName
{
background-color: #D1EFE1;
}
</style>
border-color css
<style>
span { border-color: #D1EFE1; }
span { border-color: rgb(209,239,225); }
td.TdClassName
{
border-color: #D1EFE1;
}
.TagClassName
{
border-color: #D1EFE1;
}
</style>