Shades of Quartz #D5D4F8
Tints of Quartz #D5D4F8
RGB
CMYK
RGB Variations
Color information
#D5D4F8 (or 0xD5D4F8) is known color: Quartz. HEX triplet: D5, D4 and F8. RGB value is (213,212,248). Sum of RGB (Red+Green+Blue) = 213+212+248=673 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.65% from 673); Green value is 212 (83.20% from 255 or 31.50% from 673); Blue value is 248 (97.27% from 255 or 36.85% from 673); Max value from RGB is 248 - color contains mainly: blue. Hex color #D5D4F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D4F8 is #2A2B07. Grayscale: #D8D8D8. Windows color (decimal): -2763528 or 16307413. OLE color: 16307413.
HSL color Cylindrical-coordinate representation of color #D5D4F8: hue angle of 241.67º degrees, saturation: 0.72, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5D4F8 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 212 | 248 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.03 |
| HSL | 241.67º | 0.72% | 0.9% | - |
| HSV(B) | 241.67º | 0.15% | 0.97% | - |
| XYZ | 67.93 | 68.01 | 98.35 | - |
| YUV | 216.4 | 145.83 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 212 | 248 | 0.14 | 0.15 | 0 | 0.03 | 241.67 | 0.72 | 0.9 |
| Hex | D5 | D4 | F8 | E | F | 0 | 3 | F2 | 48 | 5A |
| Octal | 325 | 324 | 370 | 16 | 17 | 0 | 3 | 362 | 110 | 132 |
| Binary | 11010101 | 11010100 | 11111000 | 1110 | 1111 | 0 | 11 | 11110010 | 1001000 | 1011010 |
Color Harmonies of #D5D4F8
Complementary color
Monochromatic Colors of #D5D4F8
Black with #D5D4F8
Text Example
Text Example
White with #D5D4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D4F8; }
p { color: rgb(213,212,248); }
H1.HeaderClassName
{
color: #D5D4F8;
}
.AnyTagClassName
{
color: #D5D4F8;
}
</style>
background-color css
<style>
a { background-color: #D5D4F8; }
a { background-color: rgb(213,212,248); }
div.DivClassName
{
background-color: #D5D4F8;
}
.BgClassName
{
background-color: #D5D4F8;
}
</style>
border-color css
<style>
span { border-color: #D5D4F8; }
span { border-color: rgb(213,212,248); }
td.TdClassName
{
border-color: #D5D4F8;
}
.TagClassName
{
border-color: #D5D4F8;
}
</style>