Shades of Quartz #D5D3F9
Tints of Quartz #D5D3F9
RGB
CMYK
RGB Variations
Color information
#D5D3F9 (or 0xD5D3F9) is known color: Quartz. HEX triplet: D5, D3 and F9. RGB value is (213,211,249). Sum of RGB (Red+Green+Blue) = 213+211+249=673 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.65% from 673); Green value is 211 (82.81% from 255 or 31.35% from 673); Blue value is 249 (97.66% from 255 or 37.00% from 673); Max value from RGB is 249 - color contains mainly: blue. Hex color #D5D3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D3F9 is #2A2C06. Grayscale: #D7D7D7. Windows color (decimal): -2763783 or 16372693. OLE color: 16372693.
HSL color Cylindrical-coordinate representation of color #D5D3F9: hue angle of 243.16º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5D3F9 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 213 | 211 | 249 | - |
CMYK | 0.14 | 0.15 | 0 | 0.02 |
HSL | 243.16º | 0.76% | 0.9% | - |
HSV(B) | 243.16º | 0.15% | 0.98% | - |
XYZ | 67.83 | 67.57 | 99.09 | - |
YUV | 215.93 | 146.66 | 125.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 211 | 249 | 0.14 | 0.15 | 0 | 0.02 | 243.16 | 0.76 | 0.9 |
Hex | D5 | D3 | F9 | E | F | 0 | 2 | F3 | 4C | 5A |
Octal | 325 | 323 | 371 | 16 | 17 | 0 | 2 | 363 | 114 | 132 |
Binary | 11010101 | 11010011 | 11111001 | 1110 | 1111 | 0 | 10 | 11110011 | 1001100 | 1011010 |
Color Harmonies of #D5D3F9
Complementary color
Monochromatic Colors of #D5D3F9
Black with #D5D3F9
Text Example
Text Example
White with #D5D3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D3F9; }
p { color: rgb(213,211,249); }
H1.HeaderClassName
{
color: #D5D3F9;
}
.AnyTagClassName
{
color: #D5D3F9;
}
</style>
background-color css
<style>
a { background-color: #D5D3F9; }
a { background-color: rgb(213,211,249); }
div.DivClassName
{
background-color: #D5D3F9;
}
.BgClassName
{
background-color: #D5D3F9;
}
</style>
border-color css
<style>
span { border-color: #D5D3F9; }
span { border-color: rgb(213,211,249); }
td.TdClassName
{
border-color: #D5D3F9;
}
.TagClassName
{
border-color: #D5D3F9;
}
</style>