Shades of White Ice #D7F3E5
Tints of White Ice #D7F3E5
RGB
CMYK
RGB Variations
Color information
#D7F3E5 (or 0xD7F3E5) is known color: White Ice. HEX triplet: D7, F3 and E5. RGB value is (215,243,229). Sum of RGB (Red+Green+Blue) = 215+243+229=687 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.30% from 687); Green value is 243 (95.31% from 255 or 35.37% from 687); Blue value is 229 (89.84% from 255 or 33.33% from 687); Max value from RGB is 243 - color contains mainly: green. Hex color #D7F3E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F3E5 is #280C1A. Grayscale: #E9E9E9. Windows color (decimal): -2624539 or 15070167. OLE color: 15070167.
HSL color Cylindrical-coordinate representation of color #D7F3E5: hue angle of 150º degrees, saturation: 0.54, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7F3E5 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 243 | 229 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.05 |
| HSL | 150º | 0.54% | 0.9% | - |
| HSV(B) | 150º | 0.12% | 0.95% | - |
| XYZ | 74.22 | 84.21 | 86.47 | - |
| YUV | 233.03 | 125.72 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 243 | 229 | 0.12 | 0 | 0.06 | 0.05 | 150 | 0.54 | 0.9 |
| Hex | D7 | F3 | E5 | C | 0 | 6 | 5 | 96 | 36 | 5A |
| Octal | 327 | 363 | 345 | 14 | 0 | 6 | 5 | 226 | 66 | 132 |
| Binary | 11010111 | 11110011 | 11100101 | 1100 | 0 | 110 | 101 | 10010110 | 110110 | 1011010 |
Color Harmonies of #D7F3E5
Complementary color
Monochromatic Colors of #D7F3E5
Black with #D7F3E5
Text Example
Text Example
White with #D7F3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F3E5; }
p { color: rgb(215,243,229); }
H1.HeaderClassName
{
color: #D7F3E5;
}
.AnyTagClassName
{
color: #D7F3E5;
}
</style>
background-color css
<style>
a { background-color: #D7F3E5; }
a { background-color: rgb(215,243,229); }
div.DivClassName
{
background-color: #D7F3E5;
}
.BgClassName
{
background-color: #D7F3E5;
}
</style>
border-color css
<style>
span { border-color: #D7F3E5; }
span { border-color: rgb(215,243,229); }
td.TdClassName
{
border-color: #D7F3E5;
}
.TagClassName
{
border-color: #D7F3E5;
}
</style>