Shades of White Ice #D5F9EA
Tints of White Ice #D5F9EA
RGB
CMYK
RGB Variations
Color information
#D5F9EA (or 0xD5F9EA) is known color: White Ice. HEX triplet: D5, F9 and EA. RGB value is (213,249,234). Sum of RGB (Red+Green+Blue) = 213+249+234=696 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.60% from 696); Green value is 249 (97.66% from 255 or 35.78% from 696); Blue value is 234 (91.80% from 255 or 33.62% from 696); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F9EA is #2A0615. Grayscale: #ECECEC. Windows color (decimal): -2754070 or 15399381. OLE color: 15399381.
HSL color Cylindrical-coordinate representation of color #D5F9EA: hue angle of 155º 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 #D5F9EA is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 249 | 234 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.02 |
| HSL | 155º | 0.75% | 0.91% | - |
| HSV(B) | 155º | 0.14% | 0.98% | - |
| XYZ | 76.17 | 87.84 | 90.78 | - |
| YUV | 236.53 | 126.57 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 249 | 234 | 0.14 | 0 | 0.06 | 0.02 | 155 | 0.75 | 0.91 |
| Hex | D5 | F9 | EA | E | 0 | 6 | 2 | 9B | 4B | 5B |
| Octal | 325 | 371 | 352 | 16 | 0 | 6 | 2 | 233 | 113 | 133 |
| Binary | 11010101 | 11111001 | 11101010 | 1110 | 0 | 110 | 10 | 10011011 | 1001011 | 1011011 |
Color Harmonies of #D5F9EA
Complementary color
Monochromatic Colors of #D5F9EA
Black with #D5F9EA
Text Example
Text Example
White with #D5F9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F9EA; }
p { color: rgb(213,249,234); }
H1.HeaderClassName
{
color: #D5F9EA;
}
.AnyTagClassName
{
color: #D5F9EA;
}
</style>
background-color css
<style>
a { background-color: #D5F9EA; }
a { background-color: rgb(213,249,234); }
div.DivClassName
{
background-color: #D5F9EA;
}
.BgClassName
{
background-color: #D5F9EA;
}
</style>
border-color css
<style>
span { border-color: #D5F9EA; }
span { border-color: rgb(213,249,234); }
td.TdClassName
{
border-color: #D5F9EA;
}
.TagClassName
{
border-color: #D5F9EA;
}
</style>