Shades of Quartz #D5D8F7
Tints of Quartz #D5D8F7
RGB
CMYK
RGB Variations
Color information
#D5D8F7 (or 0xD5D8F7) is known color: Quartz. HEX triplet: D5, D8 and F7. RGB value is (213,216,247). Sum of RGB (Red+Green+Blue) = 213+216+247=676 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.51% from 676); Green value is 216 (84.77% from 255 or 31.95% from 676); Blue value is 247 (96.88% from 255 or 36.54% from 676); Max value from RGB is 247 - color contains mainly: blue. Hex color #D5D8F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D8F7 is #2A2708. Grayscale: #DADADA. Windows color (decimal): -2762505 or 16242901. OLE color: 16242901.
HSL color Cylindrical-coordinate representation of color #D5D8F7: hue angle of 234.71º degrees, saturation: 0.68, 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 #D5D8F7 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 213 | 216 | 247 | - |
CMYK | 0.14 | 0.13 | 0 | 0.03 |
HSL | 234.71º | 0.68% | 0.9% | - |
HSV(B) | 234.71º | 0.14% | 0.97% | - |
XYZ | 68.78 | 69.97 | 97.88 | - |
YUV | 218.64 | 144.01 | 123.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 216 | 247 | 0.14 | 0.13 | 0 | 0.03 | 234.71 | 0.68 | 0.9 |
Hex | D5 | D8 | F7 | E | D | 0 | 3 | EB | 44 | 5A |
Octal | 325 | 330 | 367 | 16 | 15 | 0 | 3 | 353 | 104 | 132 |
Binary | 11010101 | 11011000 | 11110111 | 1110 | 1101 | 0 | 11 | 11101011 | 1000100 | 1011010 |
Color Harmonies of #D5D8F7
Complementary color
Monochromatic Colors of #D5D8F7
Black with #D5D8F7
Text Example
Text Example
White with #D5D8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D8F7; }
p { color: rgb(213,216,247); }
H1.HeaderClassName
{
color: #D5D8F7;
}
.AnyTagClassName
{
color: #D5D8F7;
}
</style>
background-color css
<style>
a { background-color: #D5D8F7; }
a { background-color: rgb(213,216,247); }
div.DivClassName
{
background-color: #D5D8F7;
}
.BgClassName
{
background-color: #D5D8F7;
}
</style>
border-color css
<style>
span { border-color: #D5D8F7; }
span { border-color: rgb(213,216,247); }
td.TdClassName
{
border-color: #D5D8F7;
}
.TagClassName
{
border-color: #D5D8F7;
}
</style>