Shades of Quartz #D8DBED
Tints of Quartz #D8DBED
RGB
CMYK
RGB Variations
Color information
#D8DBED (or 0xD8DBED) is known color: Quartz. HEX triplet: D8, DB and ED. RGB value is (216,219,237). Sum of RGB (Red+Green+Blue) = 216+219+237=672 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.14% from 672); Green value is 219 (85.94% from 255 or 32.59% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 237 - color contains mainly: blue. Hex color #D8DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DBED is #272412. Grayscale: #DCDCDC. Windows color (decimal): -2565139 or 15588312. OLE color: 15588312.
HSL color Cylindrical-coordinate representation of color #D8DBED: hue angle of 231.43º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8DBED is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 219 | 237 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.07 |
| HSL | 231.43º | 0.37% | 0.89% | - |
| HSV(B) | 231.43º | 0.09% | 0.93% | - |
| XYZ | 68.94 | 71.38 | 90.26 | - |
| YUV | 220.16 | 137.51 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 237 | 0.09 | 0.08 | 0 | 0.07 | 231.43 | 0.37 | 0.89 |
| Hex | D8 | DB | ED | 9 | 8 | 0 | 7 | E7 | 25 | 59 |
| Octal | 330 | 333 | 355 | 11 | 10 | 0 | 7 | 347 | 45 | 131 |
| Binary | 11011000 | 11011011 | 11101101 | 1001 | 1000 | 0 | 111 | 11100111 | 100101 | 1011001 |
Color Harmonies of #D8DBED
Complementary color
Monochromatic Colors of #D8DBED
Black with #D8DBED
Text Example
Text Example
White with #D8DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DBED; }
p { color: rgb(216,219,237); }
H1.HeaderClassName
{
color: #D8DBED;
}
.AnyTagClassName
{
color: #D8DBED;
}
</style>
background-color css
<style>
a { background-color: #D8DBED; }
a { background-color: rgb(216,219,237); }
div.DivClassName
{
background-color: #D8DBED;
}
.BgClassName
{
background-color: #D8DBED;
}
</style>
border-color css
<style>
span { border-color: #D8DBED; }
span { border-color: rgb(216,219,237); }
td.TdClassName
{
border-color: #D8DBED;
}
.TagClassName
{
border-color: #D8DBED;
}
</style>