Shades of White Ice #D7F1E1
Tints of White Ice #D7F1E1
RGB
CMYK
RGB Variations
Color information
#D7F1E1 (or 0xD7F1E1) is known color: White Ice. HEX triplet: D7, F1 and E1. RGB value is (215,241,225). Sum of RGB (Red+Green+Blue) = 215+241+225=681 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.57% from 681); Green value is 241 (94.53% from 255 or 35.39% from 681); Blue value is 225 (88.28% from 255 or 33.04% from 681); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F1E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F1E1 is #280E1E. Grayscale: #E7E7E7. Windows color (decimal): -2625055 or 14807511. OLE color: 14807511.
HSL color Cylindrical-coordinate representation of color #D7F1E1: hue angle of 143.08º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7F1E1 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 241 | 225 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.05 |
| HSL | 143.08º | 0.48% | 0.89% | - |
| HSV(B) | 143.08º | 0.11% | 0.95% | - |
| XYZ | 73.07 | 82.79 | 83.36 | - |
| YUV | 231.4 | 124.39 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 241 | 225 | 0.11 | 0 | 0.07 | 0.05 | 143.08 | 0.48 | 0.89 |
| Hex | D7 | F1 | E1 | B | 0 | 7 | 5 | 8F | 30 | 59 |
| Octal | 327 | 361 | 341 | 13 | 0 | 7 | 5 | 217 | 60 | 131 |
| Binary | 11010111 | 11110001 | 11100001 | 1011 | 0 | 111 | 101 | 10001111 | 110000 | 1011001 |
Color Harmonies of #D7F1E1
Complementary color
Monochromatic Colors of #D7F1E1
Black with #D7F1E1
Text Example
Text Example
White with #D7F1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F1E1; }
p { color: rgb(215,241,225); }
H1.HeaderClassName
{
color: #D7F1E1;
}
.AnyTagClassName
{
color: #D7F1E1;
}
</style>
background-color css
<style>
a { background-color: #D7F1E1; }
a { background-color: rgb(215,241,225); }
div.DivClassName
{
background-color: #D7F1E1;
}
.BgClassName
{
background-color: #D7F1E1;
}
</style>
border-color css
<style>
span { border-color: #D7F1E1; }
span { border-color: rgb(215,241,225); }
td.TdClassName
{
border-color: #D7F1E1;
}
.TagClassName
{
border-color: #D7F1E1;
}
</style>