Shades of Quartz #D5DBFF
Tints of Quartz #D5DBFF
RGB
CMYK
RGB Variations
Color information
#D5DBFF (or 0xD5DBFF) is known color: Quartz. HEX triplet: D5, DB and FF. RGB value is (213,219,255). Sum of RGB (Red+Green+Blue) = 213+219+255=687 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.00% from 687); Green value is 219 (85.94% from 255 or 31.88% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5DBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DBFF is #2A2400. Grayscale: #DDDDDD. Windows color (decimal): -2761729 or 16767957. OLE color: 16767957.
HSL color Cylindrical-coordinate representation of color #D5DBFF: hue angle of 231.43º 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 #D5DBFF is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 213 | 219 | 255 | - |
CMYK | 0.16 | 0.14 | 0 | 0 |
HSL | 231.43º | 1% | 0.92% | - |
HSV(B) | 231.43º | 0.16% | 1% | - |
XYZ | 70.82 | 72.03 | 104.78 | - |
YUV | 221.31 | 147.01 | 122.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 219 | 255 | 0.16 | 0.14 | 0 | 0 | 231.43 | 1 | 0.92 |
Hex | D5 | DB | FF | 10 | E | 0 | 0 | E7 | 64 | 5C |
Octal | 325 | 333 | 377 | 20 | 16 | 0 | 0 | 347 | 144 | 134 |
Binary | 11010101 | 11011011 | 11111111 | 10000 | 1110 | 0 | 0 | 11100111 | 1100100 | 1011100 |
Color Harmonies of #D5DBFF
Complementary color
Monochromatic Colors of #D5DBFF
Black with #D5DBFF
Text Example
Text Example
White with #D5DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DBFF; }
p { color: rgb(213,219,255); }
H1.HeaderClassName
{
color: #D5DBFF;
}
.AnyTagClassName
{
color: #D5DBFF;
}
</style>
background-color css
<style>
a { background-color: #D5DBFF; }
a { background-color: rgb(213,219,255); }
div.DivClassName
{
background-color: #D5DBFF;
}
.BgClassName
{
background-color: #D5DBFF;
}
</style>
border-color css
<style>
span { border-color: #D5DBFF; }
span { border-color: rgb(213,219,255); }
td.TdClassName
{
border-color: #D5DBFF;
}
.TagClassName
{
border-color: #D5DBFF;
}
</style>