Shades of Quartz #D2D5F3
Tints of Quartz #D2D5F3
RGB
CMYK
RGB Variations
Color information
#D2D5F3 (or 0xD2D5F3) is known color: Quartz. HEX triplet: D2, D5 and F3. RGB value is (210,213,243). Sum of RGB (Red+Green+Blue) = 210+213+243=666 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.53% from 666); Green value is 213 (83.59% from 255 or 31.98% from 666); Blue value is 243 (95.31% from 255 or 36.49% from 666); Max value from RGB is 243 - color contains mainly: blue. Hex color #D2D5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D5F3 is #2D2A0C. Grayscale: #D7D7D7. Windows color (decimal): -2959885 or 15979986. OLE color: 15979986.
HSL color Cylindrical-coordinate representation of color #D2D5F3: hue angle of 234.55º degrees, saturation: 0.58, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2D5F3 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 213 | 243 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.05 |
| HSL | 234.55º | 0.58% | 0.89% | - |
| HSV(B) | 234.55º | 0.14% | 0.95% | - |
| XYZ | 66.55 | 67.76 | 94.37 | - |
| YUV | 215.52 | 143.51 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 213 | 243 | 0.14 | 0.12 | 0 | 0.05 | 234.55 | 0.58 | 0.89 |
| Hex | D2 | D5 | F3 | E | C | 0 | 5 | EB | 3A | 59 |
| Octal | 322 | 325 | 363 | 16 | 14 | 0 | 5 | 353 | 72 | 131 |
| Binary | 11010010 | 11010101 | 11110011 | 1110 | 1100 | 0 | 101 | 11101011 | 111010 | 1011001 |
Color Harmonies of #D2D5F3
Complementary color
Monochromatic Colors of #D2D5F3
Black with #D2D5F3
Text Example
Text Example
White with #D2D5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D5F3; }
p { color: rgb(210,213,243); }
H1.HeaderClassName
{
color: #D2D5F3;
}
.AnyTagClassName
{
color: #D2D5F3;
}
</style>
background-color css
<style>
a { background-color: #D2D5F3; }
a { background-color: rgb(210,213,243); }
div.DivClassName
{
background-color: #D2D5F3;
}
.BgClassName
{
background-color: #D2D5F3;
}
</style>
border-color css
<style>
span { border-color: #D2D5F3; }
span { border-color: rgb(210,213,243); }
td.TdClassName
{
border-color: #D2D5F3;
}
.TagClassName
{
border-color: #D2D5F3;
}
</style>