Shades of Quartz #D5DBFE
Tints of Quartz #D5DBFE
RGB
CMYK
RGB Variations
Color information
#D5DBFE (or 0xD5DBFE) is known color: Quartz. HEX triplet: D5, DB and FE. RGB value is (213,219,254). Sum of RGB (Red+Green+Blue) = 213+219+254=686 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.05% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5DBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DBFE is #2A2401. Grayscale: #DDDDDD. Windows color (decimal): -2761730 or 16702421. OLE color: 16702421.
HSL color Cylindrical-coordinate representation of color #D5DBFE: hue angle of 231.22º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5DBFE is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 219 | 254 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.00 |
| HSL | 231.22º | 0.95% | 0.92% | - |
| HSV(B) | 231.22º | 0.16% | 1% | - |
| XYZ | 70.66 | 71.96 | 103.93 | - |
| YUV | 221.2 | 146.51 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 219 | 254 | 0.16 | 0.14 | 0 | 0.00 | 231.22 | 0.95 | 0.92 |
| Hex | D5 | DB | FE | 10 | E | 0 | 0 | E7 | 5F | 5C |
| Octal | 325 | 333 | 376 | 20 | 16 | 0 | 0 | 347 | 137 | 134 |
| Binary | 11010101 | 11011011 | 11111110 | 10000 | 1110 | 0 | 0 | 11100111 | 1011111 | 1011100 |
Color Harmonies of #D5DBFE
Complementary color
Monochromatic Colors of #D5DBFE
Black with #D5DBFE
Text Example
Text Example
White with #D5DBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DBFE; }
p { color: rgb(213,219,254); }
H1.HeaderClassName
{
color: #D5DBFE;
}
.AnyTagClassName
{
color: #D5DBFE;
}
</style>
background-color css
<style>
a { background-color: #D5DBFE; }
a { background-color: rgb(213,219,254); }
div.DivClassName
{
background-color: #D5DBFE;
}
.BgClassName
{
background-color: #D5DBFE;
}
</style>
border-color css
<style>
span { border-color: #D5DBFE; }
span { border-color: rgb(213,219,254); }
td.TdClassName
{
border-color: #D5DBFE;
}
.TagClassName
{
border-color: #D5DBFE;
}
</style>