Shades of Quartz #D2CDF2
Tints of Quartz #D2CDF2
RGB
CMYK
RGB Variations
Color information
#D2CDF2 (or 0xD2CDF2) is known color: Quartz. HEX triplet: D2, CD and F2. RGB value is (210,205,242). Sum of RGB (Red+Green+Blue) = 210+205+242=657 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.96% from 657); Green value is 205 (80.47% from 255 or 31.20% from 657); Blue value is 242 (94.92% from 255 or 36.83% from 657); Max value from RGB is 242 - color contains mainly: blue. Hex color #D2CDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CDF2 is #2D320D. Grayscale: #D2D2D2. Windows color (decimal): -2961934 or 15912402. OLE color: 15912402.
HSL color Cylindrical-coordinate representation of color #D2CDF2: hue angle of 248.11º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2CDF2 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 205 | 242 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.05 |
| HSL | 248.11º | 0.59% | 0.88% | - |
| HSV(B) | 248.11º | 0.15% | 0.95% | - |
| XYZ | 64.44 | 63.78 | 92.92 | - |
| YUV | 210.71 | 145.66 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 205 | 242 | 0.13 | 0.15 | 0 | 0.05 | 248.11 | 0.59 | 0.88 |
| Hex | D2 | CD | F2 | D | F | 0 | 5 | F8 | 3B | 58 |
| Octal | 322 | 315 | 362 | 15 | 17 | 0 | 5 | 370 | 73 | 130 |
| Binary | 11010010 | 11001101 | 11110010 | 1101 | 1111 | 0 | 101 | 11111000 | 111011 | 1011000 |
Color Harmonies of #D2CDF2
Complementary color
Monochromatic Colors of #D2CDF2
Black with #D2CDF2
Text Example
Text Example
White with #D2CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CDF2; }
p { color: rgb(210,205,242); }
H1.HeaderClassName
{
color: #D2CDF2;
}
.AnyTagClassName
{
color: #D2CDF2;
}
</style>
background-color css
<style>
a { background-color: #D2CDF2; }
a { background-color: rgb(210,205,242); }
div.DivClassName
{
background-color: #D2CDF2;
}
.BgClassName
{
background-color: #D2CDF2;
}
</style>
border-color css
<style>
span { border-color: #D2CDF2; }
span { border-color: rgb(210,205,242); }
td.TdClassName
{
border-color: #D2CDF2;
}
.TagClassName
{
border-color: #D2CDF2;
}
</style>