Shades of White Ice #D5F1E7
Tints of White Ice #D5F1E7
RGB
CMYK
RGB Variations
Color information
#D5F1E7 (or 0xD5F1E7) is known color: White Ice. HEX triplet: D5, F1 and E7. RGB value is (213,241,231). Sum of RGB (Red+Green+Blue) = 213+241+231=685 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.09% from 685); Green value is 241 (94.53% from 255 or 35.18% from 685); Blue value is 231 (90.62% from 255 or 33.72% from 685); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F1E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F1E7 is #2A0E18. Grayscale: #E7E7E7. Windows color (decimal): -2756121 or 15200725. OLE color: 15200725.
HSL color Cylindrical-coordinate representation of color #D5F1E7: hue angle of 158.57º degrees, saturation: 0.5, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5F1E7 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 241 | 231 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.05 |
| HSL | 158.57º | 0.5% | 0.89% | - |
| HSV(B) | 158.57º | 0.12% | 0.95% | - |
| XYZ | 73.32 | 82.83 | 87.72 | - |
| YUV | 231.49 | 127.72 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 241 | 231 | 0.12 | 0 | 0.04 | 0.05 | 158.57 | 0.5 | 0.89 |
| Hex | D5 | F1 | E7 | C | 0 | 4 | 5 | 9F | 32 | 59 |
| Octal | 325 | 361 | 347 | 14 | 0 | 4 | 5 | 237 | 62 | 131 |
| Binary | 11010101 | 11110001 | 11100111 | 1100 | 0 | 100 | 101 | 10011111 | 110010 | 1011001 |
Color Harmonies of #D5F1E7
Complementary color
Monochromatic Colors of #D5F1E7
Black with #D5F1E7
Text Example
Text Example
White with #D5F1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F1E7; }
p { color: rgb(213,241,231); }
H1.HeaderClassName
{
color: #D5F1E7;
}
.AnyTagClassName
{
color: #D5F1E7;
}
</style>
background-color css
<style>
a { background-color: #D5F1E7; }
a { background-color: rgb(213,241,231); }
div.DivClassName
{
background-color: #D5F1E7;
}
.BgClassName
{
background-color: #D5F1E7;
}
</style>
border-color css
<style>
span { border-color: #D5F1E7; }
span { border-color: rgb(213,241,231); }
td.TdClassName
{
border-color: #D5F1E7;
}
.TagClassName
{
border-color: #D5F1E7;
}
</style>