Shades of Quartz #D2CFE4
Tints of Quartz #D2CFE4
RGB
CMYK
RGB Variations
Color information
#D2CFE4 (or 0xD2CFE4) is known color: Quartz. HEX triplet: D2, CF and E4. RGB value is (210,207,228). Sum of RGB (Red+Green+Blue) = 210+207+228=645 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.56% from 645); Green value is 207 (81.25% from 255 or 32.09% from 645); Blue value is 228 (89.45% from 255 or 35.35% from 645); Max value from RGB is 228 - color contains mainly: blue. Hex color #D2CFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CFE4 is #2D301B. Grayscale: #D2D2D2. Windows color (decimal): -2961436 or 14995410. OLE color: 14995410.
HSL color Cylindrical-coordinate representation of color #D2CFE4: hue angle of 248.57º degrees, saturation: 0.28, 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 #D2CFE4 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 207 | 228 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.11 |
| HSL | 248.57º | 0.28% | 0.85% | - |
| HSV(B) | 248.57º | 0.09% | 0.89% | - |
| XYZ | 62.89 | 63.93 | 82.42 | - |
| YUV | 210.29 | 137.99 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 207 | 228 | 0.08 | 0.09 | 0 | 0.11 | 248.57 | 0.28 | 0.85 |
| Hex | D2 | CF | E4 | 8 | 9 | 0 | B | F9 | 1C | 55 |
| Octal | 322 | 317 | 344 | 10 | 11 | 0 | 13 | 371 | 34 | 125 |
| Binary | 11010010 | 11001111 | 11100100 | 1000 | 1001 | 0 | 1011 | 11111001 | 11100 | 1010101 |
Color Harmonies of #D2CFE4
Complementary color
Monochromatic Colors of #D2CFE4
Black with #D2CFE4
Text Example
Text Example
White with #D2CFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CFE4; }
p { color: rgb(210,207,228); }
H1.HeaderClassName
{
color: #D2CFE4;
}
.AnyTagClassName
{
color: #D2CFE4;
}
</style>
background-color css
<style>
a { background-color: #D2CFE4; }
a { background-color: rgb(210,207,228); }
div.DivClassName
{
background-color: #D2CFE4;
}
.BgClassName
{
background-color: #D2CFE4;
}
</style>
border-color css
<style>
span { border-color: #D2CFE4; }
span { border-color: rgb(210,207,228); }
td.TdClassName
{
border-color: #D2CFE4;
}
.TagClassName
{
border-color: #D2CFE4;
}
</style>