Shades of Quartz #D7DBFB
Tints of Quartz #D7DBFB
RGB
CMYK
RGB Variations
Color information
#D7DBFB (or 0xD7DBFB) is known color: Quartz. HEX triplet: D7, DB and FB. RGB value is (215,219,251). Sum of RGB (Red+Green+Blue) = 215+219+251=685 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.39% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 251 (98.44% from 255 or 36.64% from 685); Max value from RGB is 251 - color contains mainly: blue. Hex color #D7DBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DBFB is #282404. Grayscale: #DDDDDD. Windows color (decimal): -2630661 or 16505815. OLE color: 16505815.
HSL color Cylindrical-coordinate representation of color #D7DBFB: hue angle of 233.33º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7DBFB is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 219 | 251 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.02 |
| HSL | 233.33º | 0.82% | 0.91% | - |
| HSV(B) | 233.33º | 0.14% | 0.98% | - |
| XYZ | 70.77 | 72.08 | 101.45 | - |
| YUV | 221.45 | 144.67 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 219 | 251 | 0.14 | 0.13 | 0 | 0.02 | 233.33 | 0.82 | 0.91 |
| Hex | D7 | DB | FB | E | D | 0 | 2 | E9 | 52 | 5B |
| Octal | 327 | 333 | 373 | 16 | 15 | 0 | 2 | 351 | 122 | 133 |
| Binary | 11010111 | 11011011 | 11111011 | 1110 | 1101 | 0 | 10 | 11101001 | 1010010 | 1011011 |
Color Harmonies of #D7DBFB
Complementary color
Monochromatic Colors of #D7DBFB
Black with #D7DBFB
Text Example
Text Example
White with #D7DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DBFB; }
p { color: rgb(215,219,251); }
H1.HeaderClassName
{
color: #D7DBFB;
}
.AnyTagClassName
{
color: #D7DBFB;
}
</style>
background-color css
<style>
a { background-color: #D7DBFB; }
a { background-color: rgb(215,219,251); }
div.DivClassName
{
background-color: #D7DBFB;
}
.BgClassName
{
background-color: #D7DBFB;
}
</style>
border-color css
<style>
span { border-color: #D7DBFB; }
span { border-color: rgb(215,219,251); }
td.TdClassName
{
border-color: #D7DBFB;
}
.TagClassName
{
border-color: #D7DBFB;
}
</style>