Shades of Quartz #D6CEF4
Tints of Quartz #D6CEF4
RGB
CMYK
RGB Variations
Color information
#D6CEF4 (or 0xD6CEF4) is known color: Quartz. HEX triplet: D6, CE and F4. RGB value is (214,206,244). Sum of RGB (Red+Green+Blue) = 214+206+244=664 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.23% from 664); Green value is 206 (80.86% from 255 or 31.02% from 664); Blue value is 244 (95.70% from 255 or 36.75% from 664); Max value from RGB is 244 - color contains mainly: blue. Hex color #D6CEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CEF4 is #29310B. Grayscale: #D4D4D4. Windows color (decimal): -2699532 or 16043734. OLE color: 16043734.
HSL color Cylindrical-coordinate representation of color #D6CEF4: hue angle of 252.63º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6CEF4 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 206 | 244 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.04 |
| HSL | 252.63º | 0.63% | 0.88% | - |
| HSV(B) | 252.63º | 0.16% | 0.96% | - |
| XYZ | 66.13 | 64.97 | 94.64 | - |
| YUV | 212.72 | 145.65 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 244 | 0.12 | 0.16 | 0 | 0.04 | 252.63 | 0.63 | 0.88 |
| Hex | D6 | CE | F4 | C | 10 | 0 | 4 | FD | 3F | 58 |
| Octal | 326 | 316 | 364 | 14 | 20 | 0 | 4 | 375 | 77 | 130 |
| Binary | 11010110 | 11001110 | 11110100 | 1100 | 10000 | 0 | 100 | 11111101 | 111111 | 1011000 |
Color Harmonies of #D6CEF4
Complementary color
Monochromatic Colors of #D6CEF4
Black with #D6CEF4
Text Example
Text Example
White with #D6CEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CEF4; }
p { color: rgb(214,206,244); }
H1.HeaderClassName
{
color: #D6CEF4;
}
.AnyTagClassName
{
color: #D6CEF4;
}
</style>
background-color css
<style>
a { background-color: #D6CEF4; }
a { background-color: rgb(214,206,244); }
div.DivClassName
{
background-color: #D6CEF4;
}
.BgClassName
{
background-color: #D6CEF4;
}
</style>
border-color css
<style>
span { border-color: #D6CEF4; }
span { border-color: rgb(214,206,244); }
td.TdClassName
{
border-color: #D6CEF4;
}
.TagClassName
{
border-color: #D6CEF4;
}
</style>