Shades of Quartz #D2CFE3
Tints of Quartz #D2CFE3
RGB
CMYK
RGB Variations
Color information
#D2CFE3 (or 0xD2CFE3) is known color: Quartz. HEX triplet: D2, CF and E3. RGB value is (210,207,227). Sum of RGB (Red+Green+Blue) = 210+207+227=644 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.61% from 644); Green value is 207 (81.25% from 255 or 32.14% from 644); Blue value is 227 (89.06% from 255 or 35.25% from 644); Max value from RGB is 227 - color contains mainly: blue. Hex color #D2CFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CFE3 is #2D301C. Grayscale: #D2D2D2. Windows color (decimal): -2961437 or 14929874. OLE color: 14929874.
HSL color Cylindrical-coordinate representation of color #D2CFE3: hue angle of 249º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2CFE3 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 207 | 227 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.11 |
| HSL | 249º | 0.26% | 0.85% | - |
| HSV(B) | 249º | 0.09% | 0.89% | - |
| XYZ | 62.76 | 63.87 | 81.69 | - |
| YUV | 210.18 | 137.49 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 207 | 227 | 0.07 | 0.09 | 0 | 0.11 | 249 | 0.26 | 0.85 |
| Hex | D2 | CF | E3 | 7 | 9 | 0 | B | F9 | 1A | 55 |
| Octal | 322 | 317 | 343 | 7 | 11 | 0 | 13 | 371 | 32 | 125 |
| Binary | 11010010 | 11001111 | 11100011 | 111 | 1001 | 0 | 1011 | 11111001 | 11010 | 1010101 |
Color Harmonies of #D2CFE3
Complementary color
Monochromatic Colors of #D2CFE3
Black with #D2CFE3
Text Example
Text Example
White with #D2CFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CFE3; }
p { color: rgb(210,207,227); }
H1.HeaderClassName
{
color: #D2CFE3;
}
.AnyTagClassName
{
color: #D2CFE3;
}
</style>
background-color css
<style>
a { background-color: #D2CFE3; }
a { background-color: rgb(210,207,227); }
div.DivClassName
{
background-color: #D2CFE3;
}
.BgClassName
{
background-color: #D2CFE3;
}
</style>
border-color css
<style>
span { border-color: #D2CFE3; }
span { border-color: rgb(210,207,227); }
td.TdClassName
{
border-color: #D2CFE3;
}
.TagClassName
{
border-color: #D2CFE3;
}
</style>