Shades of Quartz #D7DBFF
Tints of Quartz #D7DBFF
RGB
CMYK
RGB Variations
Color information
#D7DBFF (or 0xD7DBFF) is known color: Quartz. HEX triplet: D7, DB and FF. RGB value is (215,219,255). Sum of RGB (Red+Green+Blue) = 215+219+255=689 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.20% from 689); Green value is 219 (85.94% from 255 or 31.79% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7DBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DBFF is #282400. Grayscale: #DDDDDD. Windows color (decimal): -2630657 or 16767959. OLE color: 16767959.
HSL color Cylindrical-coordinate representation of color #D7DBFF: hue angle of 234º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7DBFF is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 219 | 255 | - |
| CMYK | 0.16 | 0.14 | 0 | 0 |
| HSL | 234º | 1% | 0.92% | - |
| HSV(B) | 234º | 0.16% | 1% | - |
| XYZ | 71.41 | 72.33 | 104.81 | - |
| YUV | 221.91 | 146.67 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 219 | 255 | 0.16 | 0.14 | 0 | 0 | 234 | 1 | 0.92 |
| Hex | D7 | DB | FF | 10 | E | 0 | 0 | EA | 64 | 5C |
| Octal | 327 | 333 | 377 | 20 | 16 | 0 | 0 | 352 | 144 | 134 |
| Binary | 11010111 | 11011011 | 11111111 | 10000 | 1110 | 0 | 0 | 11101010 | 1100100 | 1011100 |
Color Harmonies of #D7DBFF
Complementary color
Monochromatic Colors of #D7DBFF
Black with #D7DBFF
Text Example
Text Example
White with #D7DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DBFF; }
p { color: rgb(215,219,255); }
H1.HeaderClassName
{
color: #D7DBFF;
}
.AnyTagClassName
{
color: #D7DBFF;
}
</style>
background-color css
<style>
a { background-color: #D7DBFF; }
a { background-color: rgb(215,219,255); }
div.DivClassName
{
background-color: #D7DBFF;
}
.BgClassName
{
background-color: #D7DBFF;
}
</style>
border-color css
<style>
span { border-color: #D7DBFF; }
span { border-color: rgb(215,219,255); }
td.TdClassName
{
border-color: #D7DBFF;
}
.TagClassName
{
border-color: #D7DBFF;
}
</style>