Shades of White Ice #D4FDEC
Tints of White Ice #D4FDEC
RGB
CMYK
RGB Variations
Color information
#D4FDEC (or 0xD4FDEC) is known color: White Ice. HEX triplet: D4, FD and EC. RGB value is (212,253,236). Sum of RGB (Red+Green+Blue) = 212+253+236=701 (92% of max value = 765). Red value is 212 (83.20% from 255 or 30.24% from 701); Green value is 253 (99.22% from 255 or 36.09% from 701); Blue value is 236 (92.58% from 255 or 33.67% from 701); Max value from RGB is 253 - color contains mainly: green. Hex color #D4FDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4FDEC is #2B0213. Grayscale: #EEEEEE. Windows color (decimal): -2818580 or 15531476. OLE color: 15531476.
HSL color Cylindrical-coordinate representation of color #D4FDEC: hue angle of 155.12º degrees, saturation: 0.91, 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 #D4FDEC is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 253 | 236 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.01 |
| HSL | 155.12º | 0.91% | 0.91% | - |
| HSV(B) | 155.12º | 0.16% | 0.99% | - |
| XYZ | 77.42 | 90.3 | 92.71 | - |
| YUV | 238.8 | 126.42 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 253 | 236 | 0.16 | 0 | 0.07 | 0.01 | 155.12 | 0.91 | 0.91 |
| Hex | D4 | FD | EC | 10 | 0 | 7 | 1 | 9B | 5B | 5B |
| Octal | 324 | 375 | 354 | 20 | 0 | 7 | 1 | 233 | 133 | 133 |
| Binary | 11010100 | 11111101 | 11101100 | 10000 | 0 | 111 | 1 | 10011011 | 1011011 | 1011011 |
Color Harmonies of #D4FDEC
Complementary color
Monochromatic Colors of #D4FDEC
Black with #D4FDEC
Text Example
Text Example
White with #D4FDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FDEC; }
p { color: rgb(212,253,236); }
H1.HeaderClassName
{
color: #D4FDEC;
}
.AnyTagClassName
{
color: #D4FDEC;
}
</style>
background-color css
<style>
a { background-color: #D4FDEC; }
a { background-color: rgb(212,253,236); }
div.DivClassName
{
background-color: #D4FDEC;
}
.BgClassName
{
background-color: #D4FDEC;
}
</style>
border-color css
<style>
span { border-color: #D4FDEC; }
span { border-color: rgb(212,253,236); }
td.TdClassName
{
border-color: #D4FDEC;
}
.TagClassName
{
border-color: #D4FDEC;
}
</style>