Shades of Jagged Ice #D4E1DF
Tints of Jagged Ice #D4E1DF
RGB
CMYK
RGB Variations
Color information
#D4E1DF (or 0xD4E1DF) is known color: Jagged Ice. HEX triplet: D4, E1 and DF. RGB value is (212,225,223). Sum of RGB (Red+Green+Blue) = 212+225+223=660 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.12% from 660); Green value is 225 (88.28% from 255 or 34.09% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E1DF is #2B1E20. Grayscale: #DCDCDC. Windows color (decimal): -2825761 or 14672340. OLE color: 14672340.
HSL color Cylindrical-coordinate representation of color #D4E1DF: hue angle of 170.77º degrees, saturation: 0.18, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D4E1DF is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 225 | 223 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.12 |
| HSL | 170.77º | 0.18% | 0.86% | - |
| HSV(B) | 170.77º | 0.06% | 0.88% | - |
| XYZ | 67.4 | 73.18 | 80.38 | - |
| YUV | 220.89 | 129.19 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 225 | 223 | 0.06 | 0 | 0.01 | 0.12 | 170.77 | 0.18 | 0.86 |
| Hex | D4 | E1 | DF | 6 | 0 | 1 | C | AB | 12 | 56 |
| Octal | 324 | 341 | 337 | 6 | 0 | 1 | 14 | 253 | 22 | 126 |
| Binary | 11010100 | 11100001 | 11011111 | 110 | 0 | 1 | 1100 | 10101011 | 10010 | 1010110 |
Color Harmonies of #D4E1DF
Complementary color
Monochromatic Colors of #D4E1DF
Black with #D4E1DF
Text Example
Text Example
White with #D4E1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E1DF; }
p { color: rgb(212,225,223); }
H1.HeaderClassName
{
color: #D4E1DF;
}
.AnyTagClassName
{
color: #D4E1DF;
}
</style>
background-color css
<style>
a { background-color: #D4E1DF; }
a { background-color: rgb(212,225,223); }
div.DivClassName
{
background-color: #D4E1DF;
}
.BgClassName
{
background-color: #D4E1DF;
}
</style>
border-color css
<style>
span { border-color: #D4E1DF; }
span { border-color: rgb(212,225,223); }
td.TdClassName
{
border-color: #D4E1DF;
}
.TagClassName
{
border-color: #D4E1DF;
}
</style>