Shades of Quartz #D7CEF6
Tints of Quartz #D7CEF6
RGB
CMYK
RGB Variations
Color information
#D7CEF6 (or 0xD7CEF6) is known color: Quartz. HEX triplet: D7, CE and F6. RGB value is (215,206,246). Sum of RGB (Red+Green+Blue) = 215+206+246=667 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.23% from 667); Green value is 206 (80.86% from 255 or 30.88% from 667); Blue value is 246 (96.48% from 255 or 36.88% from 667); Max value from RGB is 246 - color contains mainly: blue. Hex color #D7CEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CEF6 is #283109. Grayscale: #D5D5D5. Windows color (decimal): -2633994 or 16174807. OLE color: 16174807.
HSL color Cylindrical-coordinate representation of color #D7CEF6: hue angle of 253.5º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7CEF6 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 206 | 246 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.04 |
| HSL | 253.5º | 0.69% | 0.89% | - |
| HSV(B) | 253.5º | 0.16% | 0.96% | - |
| XYZ | 66.73 | 65.24 | 96.26 | - |
| YUV | 213.25 | 146.48 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 246 | 0.13 | 0.16 | 0 | 0.04 | 253.5 | 0.69 | 0.89 |
| Hex | D7 | CE | F6 | D | 10 | 0 | 4 | FE | 45 | 59 |
| Octal | 327 | 316 | 366 | 15 | 20 | 0 | 4 | 376 | 105 | 131 |
| Binary | 11010111 | 11001110 | 11110110 | 1101 | 10000 | 0 | 100 | 11111110 | 1000101 | 1011001 |
Color Harmonies of #D7CEF6
Complementary color
Monochromatic Colors of #D7CEF6
Black with #D7CEF6
Text Example
Text Example
White with #D7CEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CEF6; }
p { color: rgb(215,206,246); }
H1.HeaderClassName
{
color: #D7CEF6;
}
.AnyTagClassName
{
color: #D7CEF6;
}
</style>
background-color css
<style>
a { background-color: #D7CEF6; }
a { background-color: rgb(215,206,246); }
div.DivClassName
{
background-color: #D7CEF6;
}
.BgClassName
{
background-color: #D7CEF6;
}
</style>
border-color css
<style>
span { border-color: #D7CEF6; }
span { border-color: rgb(215,206,246); }
td.TdClassName
{
border-color: #D7CEF6;
}
.TagClassName
{
border-color: #D7CEF6;
}
</style>