Shades of White Ice #D1EFDF
Tints of White Ice #D1EFDF
RGB
CMYK
RGB Variations
Color information
#D1EFDF (or 0xD1EFDF) is known color: White Ice. HEX triplet: D1, EF and DF. RGB value is (209,239,223). Sum of RGB (Red+Green+Blue) = 209+239+223=671 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.15% from 671); Green value is 239 (93.75% from 255 or 35.62% from 671); Blue value is 223 (87.5% from 255 or 33.23% from 671); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EFDF is #2E1020. Grayscale: #E4E4E4. Windows color (decimal): -3018785 or 14675921. OLE color: 14675921.
HSL color Cylindrical-coordinate representation of color #D1EFDF: hue angle of 148º 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 #D1EFDF is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 239 | 223 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.06 |
| HSL | 148º | 0.48% | 0.88% | - |
| HSV(B) | 148º | 0.13% | 0.94% | - |
| XYZ | 70.48 | 80.62 | 81.66 | - |
| YUV | 228.21 | 125.06 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 239 | 223 | 0.13 | 0 | 0.07 | 0.06 | 148 | 0.48 | 0.88 |
| Hex | D1 | EF | DF | D | 0 | 7 | 6 | 94 | 30 | 58 |
| Octal | 321 | 357 | 337 | 15 | 0 | 7 | 6 | 224 | 60 | 130 |
| Binary | 11010001 | 11101111 | 11011111 | 1101 | 0 | 111 | 110 | 10010100 | 110000 | 1011000 |
Color Harmonies of #D1EFDF
Complementary color
Monochromatic Colors of #D1EFDF
Black with #D1EFDF
Text Example
Text Example
White with #D1EFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EFDF; }
p { color: rgb(209,239,223); }
H1.HeaderClassName
{
color: #D1EFDF;
}
.AnyTagClassName
{
color: #D1EFDF;
}
</style>
background-color css
<style>
a { background-color: #D1EFDF; }
a { background-color: rgb(209,239,223); }
div.DivClassName
{
background-color: #D1EFDF;
}
.BgClassName
{
background-color: #D1EFDF;
}
</style>
border-color css
<style>
span { border-color: #D1EFDF; }
span { border-color: rgb(209,239,223); }
td.TdClassName
{
border-color: #D1EFDF;
}
.TagClassName
{
border-color: #D1EFDF;
}
</style>