Shades of Quartz #D5D5F8
Tints of Quartz #D5D5F8
RGB
CMYK
RGB Variations
Color information
#D5D5F8 (or 0xD5D5F8) is known color: Quartz. HEX triplet: D5, D5 and F8. RGB value is (213,213,248). Sum of RGB (Red+Green+Blue) = 213+213+248=674 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.60% from 674); Green value is 213 (83.59% from 255 or 31.60% from 674); Blue value is 248 (97.27% from 255 or 36.80% from 674); Max value from RGB is 248 - color contains mainly: blue. Hex color #D5D5F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D5F8 is #2A2A07. Grayscale: #D8D8D8. Windows color (decimal): -2763272 or 16307669. OLE color: 16307669.
HSL color Cylindrical-coordinate representation of color #D5D5F8: hue angle of 240º degrees, saturation: 0.71, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5D5F8 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 213 | 248 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.03 |
| HSL | 240º | 0.71% | 0.9% | - |
| HSV(B) | 240º | 0.14% | 0.97% | - |
| XYZ | 68.18 | 68.51 | 98.44 | - |
| YUV | 216.99 | 145.5 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 213 | 248 | 0.14 | 0.14 | 0 | 0.03 | 240 | 0.71 | 0.9 |
| Hex | D5 | D5 | F8 | E | E | 0 | 3 | F0 | 47 | 5A |
| Octal | 325 | 325 | 370 | 16 | 16 | 0 | 3 | 360 | 107 | 132 |
| Binary | 11010101 | 11010101 | 11111000 | 1110 | 1110 | 0 | 11 | 11110000 | 1000111 | 1011010 |
Color Harmonies of #D5D5F8
Complementary color
Monochromatic Colors of #D5D5F8
Black with #D5D5F8
Text Example
Text Example
White with #D5D5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D5F8; }
p { color: rgb(213,213,248); }
H1.HeaderClassName
{
color: #D5D5F8;
}
.AnyTagClassName
{
color: #D5D5F8;
}
</style>
background-color css
<style>
a { background-color: #D5D5F8; }
a { background-color: rgb(213,213,248); }
div.DivClassName
{
background-color: #D5D5F8;
}
.BgClassName
{
background-color: #D5D5F8;
}
</style>
border-color css
<style>
span { border-color: #D5D5F8; }
span { border-color: rgb(213,213,248); }
td.TdClassName
{
border-color: #D5D5F8;
}
.TagClassName
{
border-color: #D5D5F8;
}
</style>