Shades of Quartz #D2CFEE
Tints of Quartz #D2CFEE
RGB
CMYK
RGB Variations
Color information
#D2CFEE (or 0xD2CFEE) is known color: Quartz. HEX triplet: D2, CF and EE. RGB value is (210,207,238). Sum of RGB (Red+Green+Blue) = 210+207+238=655 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.06% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #D2CFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CFEE is #2D3011. Grayscale: #D3D3D3. Windows color (decimal): -2961426 or 15650770. OLE color: 15650770.
HSL color Cylindrical-coordinate representation of color #D2CFEE: hue angle of 245.81º degrees, saturation: 0.48, 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 #D2CFEE is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 207 | 238 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.07 |
| HSL | 245.81º | 0.48% | 0.87% | - |
| HSV(B) | 245.81º | 0.13% | 0.93% | - |
| XYZ | 64.32 | 64.5 | 89.95 | - |
| YUV | 211.43 | 142.99 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 207 | 238 | 0.12 | 0.13 | 0 | 0.07 | 245.81 | 0.48 | 0.87 |
| Hex | D2 | CF | EE | C | D | 0 | 7 | F6 | 30 | 57 |
| Octal | 322 | 317 | 356 | 14 | 15 | 0 | 7 | 366 | 60 | 127 |
| Binary | 11010010 | 11001111 | 11101110 | 1100 | 1101 | 0 | 111 | 11110110 | 110000 | 1010111 |
Color Harmonies of #D2CFEE
Complementary color
Monochromatic Colors of #D2CFEE
Black with #D2CFEE
Text Example
Text Example
White with #D2CFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CFEE; }
p { color: rgb(210,207,238); }
H1.HeaderClassName
{
color: #D2CFEE;
}
.AnyTagClassName
{
color: #D2CFEE;
}
</style>
background-color css
<style>
a { background-color: #D2CFEE; }
a { background-color: rgb(210,207,238); }
div.DivClassName
{
background-color: #D2CFEE;
}
.BgClassName
{
background-color: #D2CFEE;
}
</style>
border-color css
<style>
span { border-color: #D2CFEE; }
span { border-color: rgb(210,207,238); }
td.TdClassName
{
border-color: #D2CFEE;
}
.TagClassName
{
border-color: #D2CFEE;
}
</style>