Shades of White Ice #D4FCEB
Tints of White Ice #D4FCEB
RGB
CMYK
RGB Variations
Color information
#D4FCEB (or 0xD4FCEB) is known color: White Ice. HEX triplet: D4, FC and EB. RGB value is (212,252,235). Sum of RGB (Red+Green+Blue) = 212+252+235=699 (92% of max value = 765). Red value is 212 (83.20% from 255 or 30.33% from 699); Green value is 252 (98.83% from 255 or 36.05% from 699); Blue value is 235 (92.19% from 255 or 33.62% from 699); Max value from RGB is 252 - color contains mainly: green. Hex color #D4FCEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4FCEB is #2B0314. Grayscale: #EEEEEE. Windows color (decimal): -2818837 or 15465684. OLE color: 15465684.
HSL color Cylindrical-coordinate representation of color #D4FCEB: hue angle of 154.5º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4FCEB is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 252 | 235 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.01 |
| HSL | 154.5º | 0.87% | 0.91% | - |
| HSV(B) | 154.5º | 0.16% | 0.99% | - |
| XYZ | 76.96 | 89.62 | 91.84 | - |
| YUV | 238.1 | 126.25 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 252 | 235 | 0.16 | 0 | 0.07 | 0.01 | 154.5 | 0.87 | 0.91 |
| Hex | D4 | FC | EB | 10 | 0 | 7 | 1 | 9A | 57 | 5B |
| Octal | 324 | 374 | 353 | 20 | 0 | 7 | 1 | 232 | 127 | 133 |
| Binary | 11010100 | 11111100 | 11101011 | 10000 | 0 | 111 | 1 | 10011010 | 1010111 | 1011011 |
Color Harmonies of #D4FCEB
Complementary color
Monochromatic Colors of #D4FCEB
Black with #D4FCEB
Text Example
Text Example
White with #D4FCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FCEB; }
p { color: rgb(212,252,235); }
H1.HeaderClassName
{
color: #D4FCEB;
}
.AnyTagClassName
{
color: #D4FCEB;
}
</style>
background-color css
<style>
a { background-color: #D4FCEB; }
a { background-color: rgb(212,252,235); }
div.DivClassName
{
background-color: #D4FCEB;
}
.BgClassName
{
background-color: #D4FCEB;
}
</style>
border-color css
<style>
span { border-color: #D4FCEB; }
span { border-color: rgb(212,252,235); }
td.TdClassName
{
border-color: #D4FCEB;
}
.TagClassName
{
border-color: #D4FCEB;
}
</style>