Shades of White Ice #D4FFEB
Tints of White Ice #D4FFEB
RGB
CMYK
RGB Variations
Color information
#D4FFEB (or 0xD4FFEB) is known color: White Ice. HEX triplet: D4, FF and EB. RGB value is (212,255,235). Sum of RGB (Red+Green+Blue) = 212+255+235=702 (92% of max value = 765). Red value is 212 (83.20% from 255 or 30.20% from 702); Green value is 255 (100% from 255 or 36.32% from 702); Blue value is 235 (92.19% from 255 or 33.48% from 702); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4FFEB is #2B0014. Grayscale: #EFEFEF. Windows color (decimal): -2818069 or 15466452. OLE color: 15466452.
HSL color Cylindrical-coordinate representation of color #D4FFEB: hue angle of 152.09º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4FFEB is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 255 | 235 | - |
| CMYK | 0.17 | 0 | 0.08 | 0 |
| HSL | 152.09º | 1% | 0.92% | - |
| HSV(B) | 152.09º | 0.17% | 1% | - |
| XYZ | 77.91 | 91.52 | 92.16 | - |
| YUV | 239.86 | 125.25 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 255 | 235 | 0.17 | 0 | 0.08 | 0 | 152.09 | 1 | 0.92 |
| Hex | D4 | FF | EB | 11 | 0 | 8 | 0 | 98 | 64 | 5C |
| Octal | 324 | 377 | 353 | 21 | 0 | 10 | 0 | 230 | 144 | 134 |
| Binary | 11010100 | 11111111 | 11101011 | 10001 | 0 | 1000 | 0 | 10011000 | 1100100 | 1011100 |
Color Harmonies of #D4FFEB
Complementary color
Monochromatic Colors of #D4FFEB
Black with #D4FFEB
Text Example
Text Example
White with #D4FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FFEB; }
p { color: rgb(212,255,235); }
H1.HeaderClassName
{
color: #D4FFEB;
}
.AnyTagClassName
{
color: #D4FFEB;
}
</style>
background-color css
<style>
a { background-color: #D4FFEB; }
a { background-color: rgb(212,255,235); }
div.DivClassName
{
background-color: #D4FFEB;
}
.BgClassName
{
background-color: #D4FFEB;
}
</style>
border-color css
<style>
span { border-color: #D4FFEB; }
span { border-color: rgb(212,255,235); }
td.TdClassName
{
border-color: #D4FFEB;
}
.TagClassName
{
border-color: #D4FFEB;
}
</style>