Shades of Jagged Ice #D2EAE5
Tints of Jagged Ice #D2EAE5
RGB
CMYK
RGB Variations
Color information
#D2EAE5 (or 0xD2EAE5) is known color: Jagged Ice. HEX triplet: D2, EA and E5. RGB value is (210,234,229). Sum of RGB (Red+Green+Blue) = 210+234+229=673 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.20% from 673); Green value is 234 (91.80% from 255 or 34.77% from 673); Blue value is 229 (89.84% from 255 or 34.03% from 673); Max value from RGB is 234 - color contains mainly: green. Hex color #D2EAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EAE5 is #2D151A. Grayscale: #E2E2E2. Windows color (decimal): -2954523 or 15067858. OLE color: 15067858.
HSL color Cylindrical-coordinate representation of color #D2EAE5: hue angle of 167.5º degrees, saturation: 0.36, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2EAE5 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 234 | 229 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.08 |
| HSL | 167.5º | 0.36% | 0.87% | - |
| HSV(B) | 167.5º | 0.1% | 0.92% | - |
| XYZ | 70.14 | 78.2 | 85.53 | - |
| YUV | 226.25 | 129.55 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 234 | 229 | 0.10 | 0 | 0.02 | 0.08 | 167.5 | 0.36 | 0.87 |
| Hex | D2 | EA | E5 | A | 0 | 2 | 8 | A8 | 24 | 57 |
| Octal | 322 | 352 | 345 | 12 | 0 | 2 | 10 | 250 | 44 | 127 |
| Binary | 11010010 | 11101010 | 11100101 | 1010 | 0 | 10 | 1000 | 10101000 | 100100 | 1010111 |
Color Harmonies of #D2EAE5
Complementary color
Monochromatic Colors of #D2EAE5
Black with #D2EAE5
Text Example
Text Example
White with #D2EAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EAE5; }
p { color: rgb(210,234,229); }
H1.HeaderClassName
{
color: #D2EAE5;
}
.AnyTagClassName
{
color: #D2EAE5;
}
</style>
background-color css
<style>
a { background-color: #D2EAE5; }
a { background-color: rgb(210,234,229); }
div.DivClassName
{
background-color: #D2EAE5;
}
.BgClassName
{
background-color: #D2EAE5;
}
</style>
border-color css
<style>
span { border-color: #D2EAE5; }
span { border-color: rgb(210,234,229); }
td.TdClassName
{
border-color: #D2EAE5;
}
.TagClassName
{
border-color: #D2EAE5;
}
</style>