Shades of Quartz #D5DBFB
Tints of Quartz #D5DBFB
RGB
CMYK
RGB Variations
Color information
#D5DBFB (or 0xD5DBFB) is known color: Quartz. HEX triplet: D5, DB and FB. RGB value is (213,219,251). Sum of RGB (Red+Green+Blue) = 213+219+251=683 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.19% from 683); Green value is 219 (85.94% from 255 or 32.06% from 683); Blue value is 251 (98.44% from 255 or 36.75% from 683); Max value from RGB is 251 - color contains mainly: blue. Hex color #D5DBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DBFB is #2A2404. Grayscale: #DCDCDC. Windows color (decimal): -2761733 or 16505813. OLE color: 16505813.
HSL color Cylindrical-coordinate representation of color #D5DBFB: hue angle of 230.53º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5DBFB is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 219 | 251 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.02 |
| HSL | 230.53º | 0.83% | 0.91% | - |
| HSV(B) | 230.53º | 0.15% | 0.98% | - |
| XYZ | 70.18 | 71.77 | 101.42 | - |
| YUV | 220.85 | 145.01 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 219 | 251 | 0.15 | 0.13 | 0 | 0.02 | 230.53 | 0.83 | 0.91 |
| Hex | D5 | DB | FB | F | D | 0 | 2 | E7 | 53 | 5B |
| Octal | 325 | 333 | 373 | 17 | 15 | 0 | 2 | 347 | 123 | 133 |
| Binary | 11010101 | 11011011 | 11111011 | 1111 | 1101 | 0 | 10 | 11100111 | 1010011 | 1011011 |
Color Harmonies of #D5DBFB
Complementary color
Monochromatic Colors of #D5DBFB
Black with #D5DBFB
Text Example
Text Example
White with #D5DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DBFB; }
p { color: rgb(213,219,251); }
H1.HeaderClassName
{
color: #D5DBFB;
}
.AnyTagClassName
{
color: #D5DBFB;
}
</style>
background-color css
<style>
a { background-color: #D5DBFB; }
a { background-color: rgb(213,219,251); }
div.DivClassName
{
background-color: #D5DBFB;
}
.BgClassName
{
background-color: #D5DBFB;
}
</style>
border-color css
<style>
span { border-color: #D5DBFB; }
span { border-color: rgb(213,219,251); }
td.TdClassName
{
border-color: #D5DBFB;
}
.TagClassName
{
border-color: #D5DBFB;
}
</style>