Shades of Quartz #D2CFEC
Tints of Quartz #D2CFEC
RGB
CMYK
RGB Variations
Color information
#D2CFEC (or 0xD2CFEC) is known color: Quartz. HEX triplet: D2, CF and EC. RGB value is (210,207,236). Sum of RGB (Red+Green+Blue) = 210+207+236=653 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.16% from 653); Green value is 207 (81.25% from 255 or 31.70% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 236 - color contains mainly: blue. Hex color #D2CFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CFEC is #2D3013. Grayscale: #D3D3D3. Windows color (decimal): -2961428 or 15519698. OLE color: 15519698.
HSL color Cylindrical-coordinate representation of color #D2CFEC: hue angle of 246.21º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2CFEC is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 207 | 236 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.07 |
| HSL | 246.21º | 0.43% | 0.87% | - |
| HSV(B) | 246.21º | 0.12% | 0.93% | - |
| XYZ | 64.03 | 64.38 | 88.41 | - |
| YUV | 211.2 | 141.99 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 207 | 236 | 0.11 | 0.12 | 0 | 0.07 | 246.21 | 0.43 | 0.87 |
| Hex | D2 | CF | EC | B | C | 0 | 7 | F6 | 2B | 57 |
| Octal | 322 | 317 | 354 | 13 | 14 | 0 | 7 | 366 | 53 | 127 |
| Binary | 11010010 | 11001111 | 11101100 | 1011 | 1100 | 0 | 111 | 11110110 | 101011 | 1010111 |
Color Harmonies of #D2CFEC
Complementary color
Monochromatic Colors of #D2CFEC
Black with #D2CFEC
Text Example
Text Example
White with #D2CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CFEC; }
p { color: rgb(210,207,236); }
H1.HeaderClassName
{
color: #D2CFEC;
}
.AnyTagClassName
{
color: #D2CFEC;
}
</style>
background-color css
<style>
a { background-color: #D2CFEC; }
a { background-color: rgb(210,207,236); }
div.DivClassName
{
background-color: #D2CFEC;
}
.BgClassName
{
background-color: #D2CFEC;
}
</style>
border-color css
<style>
span { border-color: #D2CFEC; }
span { border-color: rgb(210,207,236); }
td.TdClassName
{
border-color: #D2CFEC;
}
.TagClassName
{
border-color: #D2CFEC;
}
</style>