Shades of White Ice #D7F1E6
Tints of White Ice #D7F1E6
RGB
CMYK
RGB Variations
Color information
#D7F1E6 (or 0xD7F1E6) is known color: White Ice. HEX triplet: D7, F1 and E6. RGB value is (215,241,230). Sum of RGB (Red+Green+Blue) = 215+241+230=686 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.34% from 686); Green value is 241 (94.53% from 255 or 35.13% from 686); Blue value is 230 (90.23% from 255 or 33.53% from 686); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F1E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7F1E6 is #280E19. Grayscale: #E7E7E7. Windows color (decimal): -2625050 or 15135191. OLE color: 15135191.
HSL color Cylindrical-coordinate representation of color #D7F1E6: hue angle of 154.62º 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 #D7F1E6 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 241 | 230 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.05 |
| HSL | 154.62º | 0.48% | 0.89% | - |
| HSV(B) | 154.62º | 0.11% | 0.95% | - |
| XYZ | 73.76 | 83.07 | 87.01 | - |
| YUV | 231.97 | 126.89 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 241 | 230 | 0.11 | 0 | 0.05 | 0.05 | 154.62 | 0.48 | 0.89 |
| Hex | D7 | F1 | E6 | B | 0 | 5 | 5 | 9B | 30 | 59 |
| Octal | 327 | 361 | 346 | 13 | 0 | 5 | 5 | 233 | 60 | 131 |
| Binary | 11010111 | 11110001 | 11100110 | 1011 | 0 | 101 | 101 | 10011011 | 110000 | 1011001 |
Color Harmonies of #D7F1E6
Complementary color
Monochromatic Colors of #D7F1E6
Black with #D7F1E6
Text Example
Text Example
White with #D7F1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F1E6; }
p { color: rgb(215,241,230); }
H1.HeaderClassName
{
color: #D7F1E6;
}
.AnyTagClassName
{
color: #D7F1E6;
}
</style>
background-color css
<style>
a { background-color: #D7F1E6; }
a { background-color: rgb(215,241,230); }
div.DivClassName
{
background-color: #D7F1E6;
}
.BgClassName
{
background-color: #D7F1E6;
}
</style>
border-color css
<style>
span { border-color: #D7F1E6; }
span { border-color: rgb(215,241,230); }
td.TdClassName
{
border-color: #D7F1E6;
}
.TagClassName
{
border-color: #D7F1E6;
}
</style>