Shades of Zircon #D7E5E7
Tints of Zircon #D7E5E7
RGB
CMYK
RGB Variations
Color information
#D7E5E7 (or 0xD7E5E7) is known color: Zircon. HEX triplet: D7, E5 and E7. RGB value is (215,229,231). Sum of RGB (Red+Green+Blue) = 215+229+231=675 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.85% from 675); Green value is 229 (89.84% from 255 or 33.93% from 675); Blue value is 231 (90.62% from 255 or 34.22% from 675); Max value from RGB is 231 - color contains mainly: blue. Hex color #D7E5E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7E5E7 is #281A18. Grayscale: #E1E1E1. Windows color (decimal): -2628121 or 15197655. OLE color: 15197655.
HSL color Cylindrical-coordinate representation of color #D7E5E7: hue angle of 187.5º degrees, saturation: 0.25, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D7E5E7 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 215 | 229 | 231 | - |
CMYK | 0.07 | 0.01 | 0 | 0.09 |
HSL | 187.5º | 0.25% | 0.87% | - |
HSV(B) | 187.5º | 0.07% | 0.91% | - |
XYZ | 70.47 | 76.26 | 86.61 | - |
YUV | 225.04 | 131.36 | 120.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 229 | 231 | 0.07 | 0.01 | 0 | 0.09 | 187.5 | 0.25 | 0.87 |
Hex | D7 | E5 | E7 | 7 | 1 | 0 | 9 | BC | 19 | 57 |
Octal | 327 | 345 | 347 | 7 | 1 | 0 | 11 | 274 | 31 | 127 |
Binary | 11010111 | 11100101 | 11100111 | 111 | 1 | 0 | 1001 | 10111100 | 11001 | 1010111 |
Color Harmonies of #D7E5E7
Complementary color
Monochromatic Colors of #D7E5E7
Black with #D7E5E7
Text Example
Text Example
White with #D7E5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E5E7; }
p { color: rgb(215,229,231); }
H1.HeaderClassName
{
color: #D7E5E7;
}
.AnyTagClassName
{
color: #D7E5E7;
}
</style>
background-color css
<style>
a { background-color: #D7E5E7; }
a { background-color: rgb(215,229,231); }
div.DivClassName
{
background-color: #D7E5E7;
}
.BgClassName
{
background-color: #D7E5E7;
}
</style>
border-color css
<style>
span { border-color: #D7E5E7; }
span { border-color: rgb(215,229,231); }
td.TdClassName
{
border-color: #D7E5E7;
}
.TagClassName
{
border-color: #D7E5E7;
}
</style>