Shades of White Ice #D5F9E5
Tints of White Ice #D5F9E5
RGB
CMYK
RGB Variations
Color information
#D5F9E5 (or 0xD5F9E5) is known color: White Ice. HEX triplet: D5, F9 and E5. RGB value is (213,249,229). Sum of RGB (Red+Green+Blue) = 213+249+229=691 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.82% from 691); Green value is 249 (97.66% from 255 or 36.03% from 691); Blue value is 229 (89.84% from 255 or 33.14% from 691); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F9E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F9E5 is #2A061A. Grayscale: #ECECEC. Windows color (decimal): -2754075 or 15071701. OLE color: 15071701.
HSL color Cylindrical-coordinate representation of color #D5F9E5: hue angle of 146.67º degrees, saturation: 0.75, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5F9E5 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 249 | 229 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.02 |
| HSL | 146.67º | 0.75% | 0.91% | - |
| HSV(B) | 146.67º | 0.14% | 0.98% | - |
| XYZ | 75.46 | 87.55 | 87.05 | - |
| YUV | 235.96 | 124.07 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 249 | 229 | 0.14 | 0 | 0.08 | 0.02 | 146.67 | 0.75 | 0.91 |
| Hex | D5 | F9 | E5 | E | 0 | 8 | 2 | 93 | 4B | 5B |
| Octal | 325 | 371 | 345 | 16 | 0 | 10 | 2 | 223 | 113 | 133 |
| Binary | 11010101 | 11111001 | 11100101 | 1110 | 0 | 1000 | 10 | 10010011 | 1001011 | 1011011 |
Color Harmonies of #D5F9E5
Complementary color
Monochromatic Colors of #D5F9E5
Black with #D5F9E5
Text Example
Text Example
White with #D5F9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F9E5; }
p { color: rgb(213,249,229); }
H1.HeaderClassName
{
color: #D5F9E5;
}
.AnyTagClassName
{
color: #D5F9E5;
}
</style>
background-color css
<style>
a { background-color: #D5F9E5; }
a { background-color: rgb(213,249,229); }
div.DivClassName
{
background-color: #D5F9E5;
}
.BgClassName
{
background-color: #D5F9E5;
}
</style>
border-color css
<style>
span { border-color: #D5F9E5; }
span { border-color: rgb(213,249,229); }
td.TdClassName
{
border-color: #D5F9E5;
}
.TagClassName
{
border-color: #D5F9E5;
}
</style>