Shades of White Ice #D1EFE0
Tints of White Ice #D1EFE0
RGB
CMYK
RGB Variations
Color information
#D1EFE0 (or 0xD1EFE0) is known color: White Ice. HEX triplet: D1, EF and E0. RGB value is (209,239,224). Sum of RGB (Red+Green+Blue) = 209+239+224=672 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.10% from 672); Green value is 239 (93.75% from 255 or 35.57% from 672); Blue value is 224 (87.89% from 255 or 33.33% from 672); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EFE0 is #2E101F. Grayscale: #E4E4E4. Windows color (decimal): -3018784 or 14741457. OLE color: 14741457.
HSL color Cylindrical-coordinate representation of color #D1EFE0: hue angle of 150º 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 #D1EFE0 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 239 | 224 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.06 |
| HSL | 150º | 0.48% | 0.88% | - |
| HSV(B) | 150º | 0.13% | 0.94% | - |
| XYZ | 70.62 | 80.67 | 82.37 | - |
| YUV | 228.32 | 125.56 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 239 | 224 | 0.13 | 0 | 0.06 | 0.06 | 150 | 0.48 | 0.88 |
| Hex | D1 | EF | E0 | D | 0 | 6 | 6 | 96 | 30 | 58 |
| Octal | 321 | 357 | 340 | 15 | 0 | 6 | 6 | 226 | 60 | 130 |
| Binary | 11010001 | 11101111 | 11100000 | 1101 | 0 | 110 | 110 | 10010110 | 110000 | 1011000 |
Color Harmonies of #D1EFE0
Complementary color
Monochromatic Colors of #D1EFE0
Black with #D1EFE0
Text Example
Text Example
White with #D1EFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EFE0; }
p { color: rgb(209,239,224); }
H1.HeaderClassName
{
color: #D1EFE0;
}
.AnyTagClassName
{
color: #D1EFE0;
}
</style>
background-color css
<style>
a { background-color: #D1EFE0; }
a { background-color: rgb(209,239,224); }
div.DivClassName
{
background-color: #D1EFE0;
}
.BgClassName
{
background-color: #D1EFE0;
}
</style>
border-color css
<style>
span { border-color: #D1EFE0; }
span { border-color: rgb(209,239,224); }
td.TdClassName
{
border-color: #D1EFE0;
}
.TagClassName
{
border-color: #D1EFE0;
}
</style>