Shades of Quartz #D7D5FD
Tints of Quartz #D7D5FD
RGB
CMYK
RGB Variations
Color information
#D7D5FD (or 0xD7D5FD) is known color: Quartz. HEX triplet: D7, D5 and FD. RGB value is (215,213,253). Sum of RGB (Red+Green+Blue) = 215+213+253=681 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.57% from 681); Green value is 213 (83.59% from 255 or 31.28% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #D7D5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D5FD is #282A02. Grayscale: #DADADA. Windows color (decimal): -2632195 or 16635351. OLE color: 16635351.
HSL color Cylindrical-coordinate representation of color #D7D5FD: hue angle of 243º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7D5FD is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 215 | 213 | 253 | - |
CMYK | 0.15 | 0.16 | 0 | 0.01 |
HSL | 243º | 0.91% | 0.91% | - |
HSV(B) | 243º | 0.16% | 0.99% | - |
XYZ | 69.55 | 69.13 | 102.61 | - |
YUV | 218.16 | 147.66 | 125.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 213 | 253 | 0.15 | 0.16 | 0 | 0.01 | 243 | 0.91 | 0.91 |
Hex | D7 | D5 | FD | F | 10 | 0 | 1 | F3 | 5B | 5B |
Octal | 327 | 325 | 375 | 17 | 20 | 0 | 1 | 363 | 133 | 133 |
Binary | 11010111 | 11010101 | 11111101 | 1111 | 10000 | 0 | 1 | 11110011 | 1011011 | 1011011 |
Color Harmonies of #D7D5FD
Complementary color
Monochromatic Colors of #D7D5FD
Black with #D7D5FD
Text Example
Text Example
White with #D7D5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D5FD; }
p { color: rgb(215,213,253); }
H1.HeaderClassName
{
color: #D7D5FD;
}
.AnyTagClassName
{
color: #D7D5FD;
}
</style>
background-color css
<style>
a { background-color: #D7D5FD; }
a { background-color: rgb(215,213,253); }
div.DivClassName
{
background-color: #D7D5FD;
}
.BgClassName
{
background-color: #D7D5FD;
}
</style>
border-color css
<style>
span { border-color: #D7D5FD; }
span { border-color: rgb(215,213,253); }
td.TdClassName
{
border-color: #D7D5FD;
}
.TagClassName
{
border-color: #D7D5FD;
}
</style>