Shades of Quartz #D2CFF0
Tints of Quartz #D2CFF0
RGB
CMYK
RGB Variations
Color information
#D2CFF0 (or 0xD2CFF0) is known color: Quartz. HEX triplet: D2, CF and F0. RGB value is (210,207,240). Sum of RGB (Red+Green+Blue) = 210+207+240=657 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.96% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 240 (94.14% from 255 or 36.53% from 657); Max value from RGB is 240 - color contains mainly: blue. Hex color #D2CFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CFF0 is #2D300F. Grayscale: #D3D3D3. Windows color (decimal): -2961424 or 15781842. OLE color: 15781842.
HSL color Cylindrical-coordinate representation of color #D2CFF0: hue angle of 245.45º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2CFF0 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 207 | 240 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.06 |
| HSL | 245.45º | 0.52% | 0.88% | - |
| HSV(B) | 245.45º | 0.14% | 0.94% | - |
| XYZ | 64.62 | 64.62 | 91.5 | - |
| YUV | 211.66 | 143.99 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 207 | 240 | 0.12 | 0.14 | 0 | 0.06 | 245.45 | 0.52 | 0.88 |
| Hex | D2 | CF | F0 | C | E | 0 | 6 | F5 | 34 | 58 |
| Octal | 322 | 317 | 360 | 14 | 16 | 0 | 6 | 365 | 64 | 130 |
| Binary | 11010010 | 11001111 | 11110000 | 1100 | 1110 | 0 | 110 | 11110101 | 110100 | 1011000 |
Color Harmonies of #D2CFF0
Complementary color
Monochromatic Colors of #D2CFF0
Black with #D2CFF0
Text Example
Text Example
White with #D2CFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CFF0; }
p { color: rgb(210,207,240); }
H1.HeaderClassName
{
color: #D2CFF0;
}
.AnyTagClassName
{
color: #D2CFF0;
}
</style>
background-color css
<style>
a { background-color: #D2CFF0; }
a { background-color: rgb(210,207,240); }
div.DivClassName
{
background-color: #D2CFF0;
}
.BgClassName
{
background-color: #D2CFF0;
}
</style>
border-color css
<style>
span { border-color: #D2CFF0; }
span { border-color: rgb(210,207,240); }
td.TdClassName
{
border-color: #D2CFF0;
}
.TagClassName
{
border-color: #D2CFF0;
}
</style>