Shades of Quartz #D2CCEE
Tints of Quartz #D2CCEE
RGB
CMYK
RGB Variations
Color information
#D2CCEE (or 0xD2CCEE) is known color: Quartz. HEX triplet: D2, CC and EE. RGB value is (210,204,238). Sum of RGB (Red+Green+Blue) = 210+204+238=652 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.21% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 238 - color contains mainly: blue. Hex color #D2CCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CCEE is #2D3311. Grayscale: #D1D1D1. Windows color (decimal): -2962194 or 15650002. OLE color: 15650002.
HSL color Cylindrical-coordinate representation of color #D2CCEE: hue angle of 250.59º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2CCEE is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 204 | 238 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.07 |
| HSL | 250.59º | 0.5% | 0.87% | - |
| HSV(B) | 250.59º | 0.14% | 0.93% | - |
| XYZ | 63.6 | 63.06 | 89.71 | - |
| YUV | 209.67 | 143.99 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 204 | 238 | 0.12 | 0.14 | 0 | 0.07 | 250.59 | 0.5 | 0.87 |
| Hex | D2 | CC | EE | C | E | 0 | 7 | FB | 32 | 57 |
| Octal | 322 | 314 | 356 | 14 | 16 | 0 | 7 | 373 | 62 | 127 |
| Binary | 11010010 | 11001100 | 11101110 | 1100 | 1110 | 0 | 111 | 11111011 | 110010 | 1010111 |
Color Harmonies of #D2CCEE
Complementary color
Monochromatic Colors of #D2CCEE
Black with #D2CCEE
Text Example
Text Example
White with #D2CCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CCEE; }
p { color: rgb(210,204,238); }
H1.HeaderClassName
{
color: #D2CCEE;
}
.AnyTagClassName
{
color: #D2CCEE;
}
</style>
background-color css
<style>
a { background-color: #D2CCEE; }
a { background-color: rgb(210,204,238); }
div.DivClassName
{
background-color: #D2CCEE;
}
.BgClassName
{
background-color: #D2CCEE;
}
</style>
border-color css
<style>
span { border-color: #D2CCEE; }
span { border-color: rgb(210,204,238); }
td.TdClassName
{
border-color: #D2CCEE;
}
.TagClassName
{
border-color: #D2CCEE;
}
</style>