Shades of Quartz #D2CCEF
Tints of Quartz #D2CCEF
RGB
CMYK
RGB Variations
Color information
#D2CCEF (or 0xD2CCEF) is known color: Quartz. HEX triplet: D2, CC and EF. RGB value is (210,204,239). Sum of RGB (Red+Green+Blue) = 210+204+239=653 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.16% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2CCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CCEF is #2D3310. Grayscale: #D1D1D1. Windows color (decimal): -2962193 or 15715538. OLE color: 15715538.
HSL color Cylindrical-coordinate representation of color #D2CCEF: hue angle of 250.29º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2CCEF is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 204 | 239 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.06 |
| HSL | 250.29º | 0.52% | 0.87% | - |
| HSV(B) | 250.29º | 0.15% | 0.94% | - |
| XYZ | 63.75 | 63.12 | 90.48 | - |
| YUV | 209.78 | 144.49 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 204 | 239 | 0.12 | 0.15 | 0 | 0.06 | 250.29 | 0.52 | 0.87 |
| Hex | D2 | CC | EF | C | F | 0 | 6 | FA | 34 | 57 |
| Octal | 322 | 314 | 357 | 14 | 17 | 0 | 6 | 372 | 64 | 127 |
| Binary | 11010010 | 11001100 | 11101111 | 1100 | 1111 | 0 | 110 | 11111010 | 110100 | 1010111 |
Color Harmonies of #D2CCEF
Complementary color
Monochromatic Colors of #D2CCEF
Black with #D2CCEF
Text Example
Text Example
White with #D2CCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CCEF; }
p { color: rgb(210,204,239); }
H1.HeaderClassName
{
color: #D2CCEF;
}
.AnyTagClassName
{
color: #D2CCEF;
}
</style>
background-color css
<style>
a { background-color: #D2CCEF; }
a { background-color: rgb(210,204,239); }
div.DivClassName
{
background-color: #D2CCEF;
}
.BgClassName
{
background-color: #D2CCEF;
}
</style>
border-color css
<style>
span { border-color: #D2CCEF; }
span { border-color: rgb(210,204,239); }
td.TdClassName
{
border-color: #D2CCEF;
}
.TagClassName
{
border-color: #D2CCEF;
}
</style>