Shades of Jagged Ice #D1ECE6
Tints of Jagged Ice #D1ECE6
RGB
CMYK
RGB Variations
Color information
#D1ECE6 (or 0xD1ECE6) is known color: Jagged Ice. HEX triplet: D1, EC and E6. RGB value is (209,236,230). Sum of RGB (Red+Green+Blue) = 209+236+230=675 (89% of max value = 765). Red value is 209 (82.03% from 255 or 30.96% from 675); Green value is 236 (92.58% from 255 or 34.96% from 675); Blue value is 230 (90.23% from 255 or 34.07% from 675); Max value from RGB is 236 - color contains mainly: green. Hex color #D1ECE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1ECE6 is #2E1319. Grayscale: #E3E3E3. Windows color (decimal): -3019546 or 15133905. OLE color: 15133905.
HSL color Cylindrical-coordinate representation of color #D1ECE6: hue angle of 166.67º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1ECE6 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 209 | 236 | 230 | - |
CMYK | 0.11 | 0 | 0.03 | 0.07 |
HSL | 166.67º | 0.42% | 0.87% | - |
HSV(B) | 166.67º | 0.11% | 0.93% | - |
XYZ | 70.57 | 79.26 | 86.44 | - |
YUV | 227.24 | 129.55 | 114.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 236 | 230 | 0.11 | 0 | 0.03 | 0.07 | 166.67 | 0.42 | 0.87 |
Hex | D1 | EC | E6 | B | 0 | 3 | 7 | A7 | 2A | 57 |
Octal | 321 | 354 | 346 | 13 | 0 | 3 | 7 | 247 | 52 | 127 |
Binary | 11010001 | 11101100 | 11100110 | 1011 | 0 | 11 | 111 | 10100111 | 101010 | 1010111 |
Color Harmonies of #D1ECE6
Complementary color
Monochromatic Colors of #D1ECE6
Black with #D1ECE6
Text Example
Text Example
White with #D1ECE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ECE6; }
p { color: rgb(209,236,230); }
H1.HeaderClassName
{
color: #D1ECE6;
}
.AnyTagClassName
{
color: #D1ECE6;
}
</style>
background-color css
<style>
a { background-color: #D1ECE6; }
a { background-color: rgb(209,236,230); }
div.DivClassName
{
background-color: #D1ECE6;
}
.BgClassName
{
background-color: #D1ECE6;
}
</style>
border-color css
<style>
span { border-color: #D1ECE6; }
span { border-color: rgb(209,236,230); }
td.TdClassName
{
border-color: #D1ECE6;
}
.TagClassName
{
border-color: #D1ECE6;
}
</style>