Shades of Quartz #D2CDF0
Tints of Quartz #D2CDF0
RGB
CMYK
RGB Variations
Color information
#D2CDF0 (or 0xD2CDF0) is known color: Quartz. HEX triplet: D2, CD and F0. RGB value is (210,205,240). Sum of RGB (Red+Green+Blue) = 210+205+240=655 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.06% from 655); Green value is 205 (80.47% from 255 or 31.30% from 655); Blue value is 240 (94.14% from 255 or 36.64% from 655); Max value from RGB is 240 - color contains mainly: blue. Hex color #D2CDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CDF0 is #2D320F. Grayscale: #D2D2D2. Windows color (decimal): -2961936 or 15781330. OLE color: 15781330.
HSL color Cylindrical-coordinate representation of color #D2CDF0: hue angle of 248.57º degrees, saturation: 0.54, 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 #D2CDF0 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 205 | 240 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.06 |
| HSL | 248.57º | 0.54% | 0.87% | - |
| HSV(B) | 248.57º | 0.15% | 0.94% | - |
| XYZ | 64.14 | 63.66 | 91.34 | - |
| YUV | 210.49 | 144.66 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 205 | 240 | 0.12 | 0.15 | 0 | 0.06 | 248.57 | 0.54 | 0.87 |
| Hex | D2 | CD | F0 | C | F | 0 | 6 | F9 | 36 | 57 |
| Octal | 322 | 315 | 360 | 14 | 17 | 0 | 6 | 371 | 66 | 127 |
| Binary | 11010010 | 11001101 | 11110000 | 1100 | 1111 | 0 | 110 | 11111001 | 110110 | 1010111 |
Color Harmonies of #D2CDF0
Complementary color
Monochromatic Colors of #D2CDF0
Black with #D2CDF0
Text Example
Text Example
White with #D2CDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CDF0; }
p { color: rgb(210,205,240); }
H1.HeaderClassName
{
color: #D2CDF0;
}
.AnyTagClassName
{
color: #D2CDF0;
}
</style>
background-color css
<style>
a { background-color: #D2CDF0; }
a { background-color: rgb(210,205,240); }
div.DivClassName
{
background-color: #D2CDF0;
}
.BgClassName
{
background-color: #D2CDF0;
}
</style>
border-color css
<style>
span { border-color: #D2CDF0; }
span { border-color: rgb(210,205,240); }
td.TdClassName
{
border-color: #D2CDF0;
}
.TagClassName
{
border-color: #D2CDF0;
}
</style>