Shades of Quartz #D2CEED
Tints of Quartz #D2CEED
RGB
CMYK
RGB Variations
Color information
#D2CEED (or 0xD2CEED) is known color: Quartz. HEX triplet: D2, CE and ED. RGB value is (210,206,237). Sum of RGB (Red+Green+Blue) = 210+206+237=653 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.16% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #D2CEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CEED is #2D3112. Grayscale: #D2D2D2. Windows color (decimal): -2961683 or 15584978. OLE color: 15584978.
HSL color Cylindrical-coordinate representation of color #D2CEED: hue angle of 247.74º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2CEED is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 206 | 237 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.07 |
| HSL | 247.74º | 0.46% | 0.87% | - |
| HSV(B) | 247.74º | 0.13% | 0.93% | - |
| XYZ | 63.94 | 63.96 | 89.1 | - |
| YUV | 210.73 | 142.83 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 206 | 237 | 0.11 | 0.13 | 0 | 0.07 | 247.74 | 0.46 | 0.87 |
| Hex | D2 | CE | ED | B | D | 0 | 7 | F8 | 2E | 57 |
| Octal | 322 | 316 | 355 | 13 | 15 | 0 | 7 | 370 | 56 | 127 |
| Binary | 11010010 | 11001110 | 11101101 | 1011 | 1101 | 0 | 111 | 11111000 | 101110 | 1010111 |
Color Harmonies of #D2CEED
Complementary color
Monochromatic Colors of #D2CEED
Black with #D2CEED
Text Example
Text Example
White with #D2CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CEED; }
p { color: rgb(210,206,237); }
H1.HeaderClassName
{
color: #D2CEED;
}
.AnyTagClassName
{
color: #D2CEED;
}
</style>
background-color css
<style>
a { background-color: #D2CEED; }
a { background-color: rgb(210,206,237); }
div.DivClassName
{
background-color: #D2CEED;
}
.BgClassName
{
background-color: #D2CEED;
}
</style>
border-color css
<style>
span { border-color: #D2CEED; }
span { border-color: rgb(210,206,237); }
td.TdClassName
{
border-color: #D2CEED;
}
.TagClassName
{
border-color: #D2CEED;
}
</style>