Shades of Quartz #D2D1F0
Tints of Quartz #D2D1F0
RGB
CMYK
RGB Variations
Color information
#D2D1F0 (or 0xD2D1F0) is known color: Quartz. HEX triplet: D2, D1 and F0. RGB value is (210,209,240). Sum of RGB (Red+Green+Blue) = 210+209+240=659 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.87% from 659); Green value is 209 (82.03% from 255 or 31.71% from 659); Blue value is 240 (94.14% from 255 or 36.42% from 659); Max value from RGB is 240 - color contains mainly: blue. Hex color #D2D1F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D1F0 is #2D2E0F. Grayscale: #D4D4D4. Windows color (decimal): -2960912 or 15782354. OLE color: 15782354.
HSL color Cylindrical-coordinate representation of color #D2D1F0: hue angle of 241.94º degrees, saturation: 0.51, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2D1F0 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 210 | 209 | 240 | - |
CMYK | 0.12 | 0.13 | 0 | 0.06 |
HSL | 241.94º | 0.51% | 0.88% | - |
HSV(B) | 241.94º | 0.13% | 0.94% | - |
XYZ | 65.11 | 65.59 | 91.67 | - |
YUV | 212.83 | 143.33 | 125.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 209 | 240 | 0.12 | 0.13 | 0 | 0.06 | 241.94 | 0.51 | 0.88 |
Hex | D2 | D1 | F0 | C | D | 0 | 6 | F2 | 33 | 58 |
Octal | 322 | 321 | 360 | 14 | 15 | 0 | 6 | 362 | 63 | 130 |
Binary | 11010010 | 11010001 | 11110000 | 1100 | 1101 | 0 | 110 | 11110010 | 110011 | 1011000 |
Color Harmonies of #D2D1F0
Complementary color
Monochromatic Colors of #D2D1F0
Black with #D2D1F0
Text Example
Text Example
White with #D2D1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D1F0; }
p { color: rgb(210,209,240); }
H1.HeaderClassName
{
color: #D2D1F0;
}
.AnyTagClassName
{
color: #D2D1F0;
}
</style>
background-color css
<style>
a { background-color: #D2D1F0; }
a { background-color: rgb(210,209,240); }
div.DivClassName
{
background-color: #D2D1F0;
}
.BgClassName
{
background-color: #D2D1F0;
}
</style>
border-color css
<style>
span { border-color: #D2D1F0; }
span { border-color: rgb(210,209,240); }
td.TdClassName
{
border-color: #D2D1F0;
}
.TagClassName
{
border-color: #D2D1F0;
}
</style>