Shades of White Ice #D4EBDF
Tints of White Ice #D4EBDF
RGB
CMYK
RGB Variations
Color information
#D4EBDF (or 0xD4EBDF) is known color: White Ice. HEX triplet: D4, EB and DF. RGB value is (212,235,223). Sum of RGB (Red+Green+Blue) = 212+235+223=670 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.64% from 670); Green value is 235 (92.19% from 255 or 35.07% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EBDF is #2B1420. Grayscale: #E2E2E2. Windows color (decimal): -2823201 or 14674900. OLE color: 14674900.
HSL color Cylindrical-coordinate representation of color #D4EBDF: hue angle of 148.7º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4EBDF is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 235 | 223 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.08 |
| HSL | 148.7º | 0.37% | 0.88% | - |
| HSV(B) | 148.7º | 0.1% | 0.92% | - |
| XYZ | 70.18 | 78.74 | 81.31 | - |
| YUV | 226.76 | 125.88 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 235 | 223 | 0.10 | 0 | 0.05 | 0.08 | 148.7 | 0.37 | 0.88 |
| Hex | D4 | EB | DF | A | 0 | 5 | 8 | 95 | 25 | 58 |
| Octal | 324 | 353 | 337 | 12 | 0 | 5 | 10 | 225 | 45 | 130 |
| Binary | 11010100 | 11101011 | 11011111 | 1010 | 0 | 101 | 1000 | 10010101 | 100101 | 1011000 |
Color Harmonies of #D4EBDF
Complementary color
Monochromatic Colors of #D4EBDF
Black with #D4EBDF
Text Example
Text Example
White with #D4EBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EBDF; }
p { color: rgb(212,235,223); }
H1.HeaderClassName
{
color: #D4EBDF;
}
.AnyTagClassName
{
color: #D4EBDF;
}
</style>
background-color css
<style>
a { background-color: #D4EBDF; }
a { background-color: rgb(212,235,223); }
div.DivClassName
{
background-color: #D4EBDF;
}
.BgClassName
{
background-color: #D4EBDF;
}
</style>
border-color css
<style>
span { border-color: #D4EBDF; }
span { border-color: rgb(212,235,223); }
td.TdClassName
{
border-color: #D4EBDF;
}
.TagClassName
{
border-color: #D4EBDF;
}
</style>