Shades of Quartz #D6CEF3
Tints of Quartz #D6CEF3
RGB
CMYK
RGB Variations
Color information
#D6CEF3 (or 0xD6CEF3) is known color: Quartz. HEX triplet: D6, CE and F3. RGB value is (214,206,243). Sum of RGB (Red+Green+Blue) = 214+206+243=663 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.28% from 663); Green value is 206 (80.86% from 255 or 31.07% from 663); Blue value is 243 (95.31% from 255 or 36.65% from 663); Max value from RGB is 243 - color contains mainly: blue. Hex color #D6CEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CEF3 is #29310C. Grayscale: #D4D4D4. Windows color (decimal): -2699533 or 15978198. OLE color: 15978198.
HSL color Cylindrical-coordinate representation of color #D6CEF3: hue angle of 252.97º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6CEF3 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 206 | 243 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.05 |
| HSL | 252.97º | 0.61% | 0.88% | - |
| HSV(B) | 252.97º | 0.15% | 0.95% | - |
| XYZ | 65.98 | 64.91 | 93.85 | - |
| YUV | 212.61 | 145.15 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 243 | 0.12 | 0.15 | 0 | 0.05 | 252.97 | 0.61 | 0.88 |
| Hex | D6 | CE | F3 | C | F | 0 | 5 | FD | 3D | 58 |
| Octal | 326 | 316 | 363 | 14 | 17 | 0 | 5 | 375 | 75 | 130 |
| Binary | 11010110 | 11001110 | 11110011 | 1100 | 1111 | 0 | 101 | 11111101 | 111101 | 1011000 |
Color Harmonies of #D6CEF3
Complementary color
Monochromatic Colors of #D6CEF3
Black with #D6CEF3
Text Example
Text Example
White with #D6CEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CEF3; }
p { color: rgb(214,206,243); }
H1.HeaderClassName
{
color: #D6CEF3;
}
.AnyTagClassName
{
color: #D6CEF3;
}
</style>
background-color css
<style>
a { background-color: #D6CEF3; }
a { background-color: rgb(214,206,243); }
div.DivClassName
{
background-color: #D6CEF3;
}
.BgClassName
{
background-color: #D6CEF3;
}
</style>
border-color css
<style>
span { border-color: #D6CEF3; }
span { border-color: rgb(214,206,243); }
td.TdClassName
{
border-color: #D6CEF3;
}
.TagClassName
{
border-color: #D6CEF3;
}
</style>