Shades of Jagged Ice #D3E4E1
Tints of Jagged Ice #D3E4E1
RGB
CMYK
RGB Variations
Color information
#D3E4E1 (or 0xD3E4E1) is known color: Jagged Ice. HEX triplet: D3, E4 and E1. RGB value is (211,228,225). Sum of RGB (Red+Green+Blue) = 211+228+225=664 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.78% from 664); Green value is 228 (89.45% from 255 or 34.34% from 664); Blue value is 225 (88.28% from 255 or 33.89% from 664); Max value from RGB is 228 - color contains mainly: green. Hex color #D3E4E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E4E1 is #2C1B1E. Grayscale: #DEDEDE. Windows color (decimal): -2890527 or 14804179. OLE color: 14804179.
HSL color Cylindrical-coordinate representation of color #D3E4E1: hue angle of 169.41º degrees, saturation: 0.24, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D3E4E1 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 228 | 225 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.11 |
| HSL | 169.41º | 0.24% | 0.86% | - |
| HSV(B) | 169.41º | 0.07% | 0.89% | - |
| XYZ | 68.2 | 74.77 | 82.07 | - |
| YUV | 222.58 | 129.37 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 228 | 225 | 0.07 | 0 | 0.01 | 0.11 | 169.41 | 0.24 | 0.86 |
| Hex | D3 | E4 | E1 | 7 | 0 | 1 | B | A9 | 18 | 56 |
| Octal | 323 | 344 | 341 | 7 | 0 | 1 | 13 | 251 | 30 | 126 |
| Binary | 11010011 | 11100100 | 11100001 | 111 | 0 | 1 | 1011 | 10101001 | 11000 | 1010110 |
Color Harmonies of #D3E4E1
Complementary color
Monochromatic Colors of #D3E4E1
Black with #D3E4E1
Text Example
Text Example
White with #D3E4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E4E1; }
p { color: rgb(211,228,225); }
H1.HeaderClassName
{
color: #D3E4E1;
}
.AnyTagClassName
{
color: #D3E4E1;
}
</style>
background-color css
<style>
a { background-color: #D3E4E1; }
a { background-color: rgb(211,228,225); }
div.DivClassName
{
background-color: #D3E4E1;
}
.BgClassName
{
background-color: #D3E4E1;
}
</style>
border-color css
<style>
span { border-color: #D3E4E1; }
span { border-color: rgb(211,228,225); }
td.TdClassName
{
border-color: #D3E4E1;
}
.TagClassName
{
border-color: #D3E4E1;
}
</style>