Shades of White Ice #D5F8E5
Tints of White Ice #D5F8E5
RGB
CMYK
RGB Variations
Color information
#D5F8E5 (or 0xD5F8E5) is known color: White Ice. HEX triplet: D5, F8 and E5. RGB value is (213,248,229). Sum of RGB (Red+Green+Blue) = 213+248+229=690 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.87% from 690); Green value is 248 (97.27% from 255 or 35.94% from 690); Blue value is 229 (89.84% from 255 or 33.19% from 690); Max value from RGB is 248 - color contains mainly: green. Hex color #D5F8E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F8E5 is #2A071A. Grayscale: #EBEBEB. Windows color (decimal): -2754331 or 15071445. OLE color: 15071445.
HSL color Cylindrical-coordinate representation of color #D5F8E5: hue angle of 147.43º degrees, saturation: 0.71, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5F8E5 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 248 | 229 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.03 |
| HSL | 147.43º | 0.71% | 0.9% | - |
| HSV(B) | 147.43º | 0.14% | 0.97% | - |
| XYZ | 75.15 | 86.94 | 86.95 | - |
| YUV | 235.37 | 124.4 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 248 | 229 | 0.14 | 0 | 0.08 | 0.03 | 147.43 | 0.71 | 0.9 |
| Hex | D5 | F8 | E5 | E | 0 | 8 | 3 | 93 | 47 | 5A |
| Octal | 325 | 370 | 345 | 16 | 0 | 10 | 3 | 223 | 107 | 132 |
| Binary | 11010101 | 11111000 | 11100101 | 1110 | 0 | 1000 | 11 | 10010011 | 1000111 | 1011010 |
Color Harmonies of #D5F8E5
Complementary color
Monochromatic Colors of #D5F8E5
Black with #D5F8E5
Text Example
Text Example
White with #D5F8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F8E5; }
p { color: rgb(213,248,229); }
H1.HeaderClassName
{
color: #D5F8E5;
}
.AnyTagClassName
{
color: #D5F8E5;
}
</style>
background-color css
<style>
a { background-color: #D5F8E5; }
a { background-color: rgb(213,248,229); }
div.DivClassName
{
background-color: #D5F8E5;
}
.BgClassName
{
background-color: #D5F8E5;
}
</style>
border-color css
<style>
span { border-color: #D5F8E5; }
span { border-color: rgb(213,248,229); }
td.TdClassName
{
border-color: #D5F8E5;
}
.TagClassName
{
border-color: #D5F8E5;
}
</style>