Shades of White Ice #D4FDEA
Tints of White Ice #D4FDEA
RGB
CMYK
RGB Variations
Color information
#D4FDEA (or 0xD4FDEA) is known color: White Ice. HEX triplet: D4, FD and EA. RGB value is (212,253,234). Sum of RGB (Red+Green+Blue) = 212+253+234=699 (92% of max value = 765). Red value is 212 (83.20% from 255 or 30.33% from 699); Green value is 253 (99.22% from 255 or 36.19% from 699); Blue value is 234 (91.80% from 255 or 33.48% from 699); Max value from RGB is 253 - color contains mainly: green. Hex color #D4FDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4FDEA is #2B0215. Grayscale: #EEEEEE. Windows color (decimal): -2818582 or 15400404. OLE color: 15400404.
HSL color Cylindrical-coordinate representation of color #D4FDEA: hue angle of 152.2º 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 #D4FDEA is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 253 | 234 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.01 |
| HSL | 152.2º | 0.91% | 0.91% | - |
| HSV(B) | 152.2º | 0.16% | 0.99% | - |
| XYZ | 77.13 | 90.19 | 91.18 | - |
| YUV | 238.58 | 125.42 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 253 | 234 | 0.16 | 0 | 0.08 | 0.01 | 152.2 | 0.91 | 0.91 |
| Hex | D4 | FD | EA | 10 | 0 | 8 | 1 | 98 | 5B | 5B |
| Octal | 324 | 375 | 352 | 20 | 0 | 10 | 1 | 230 | 133 | 133 |
| Binary | 11010100 | 11111101 | 11101010 | 10000 | 0 | 1000 | 1 | 10011000 | 1011011 | 1011011 |
Color Harmonies of #D4FDEA
Complementary color
Monochromatic Colors of #D4FDEA
Black with #D4FDEA
Text Example
Text Example
White with #D4FDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FDEA; }
p { color: rgb(212,253,234); }
H1.HeaderClassName
{
color: #D4FDEA;
}
.AnyTagClassName
{
color: #D4FDEA;
}
</style>
background-color css
<style>
a { background-color: #D4FDEA; }
a { background-color: rgb(212,253,234); }
div.DivClassName
{
background-color: #D4FDEA;
}
.BgClassName
{
background-color: #D4FDEA;
}
</style>
border-color css
<style>
span { border-color: #D4FDEA; }
span { border-color: rgb(212,253,234); }
td.TdClassName
{
border-color: #D4FDEA;
}
.TagClassName
{
border-color: #D4FDEA;
}
</style>