Shades of Quartz #D5DBFC
Tints of Quartz #D5DBFC
RGB
CMYK
RGB Variations
Color information
#D5DBFC (or 0xD5DBFC) is known color: Quartz. HEX triplet: D5, DB and FC. RGB value is (213,219,252). Sum of RGB (Red+Green+Blue) = 213+219+252=684 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.14% from 684); Green value is 219 (85.94% from 255 or 32.02% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5DBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DBFC is #2A2403. Grayscale: #DCDCDC. Windows color (decimal): -2761732 or 16571349. OLE color: 16571349.
HSL color Cylindrical-coordinate representation of color #D5DBFC: hue angle of 230.77º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5DBFC is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 213 | 219 | 252 | - |
CMYK | 0.15 | 0.13 | 0 | 0.01 |
HSL | 230.77º | 0.87% | 0.91% | - |
HSV(B) | 230.77º | 0.15% | 0.99% | - |
XYZ | 70.34 | 71.84 | 102.25 | - |
YUV | 220.97 | 145.51 | 122.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 219 | 252 | 0.15 | 0.13 | 0 | 0.01 | 230.77 | 0.87 | 0.91 |
Hex | D5 | DB | FC | F | D | 0 | 1 | E7 | 57 | 5B |
Octal | 325 | 333 | 374 | 17 | 15 | 0 | 1 | 347 | 127 | 133 |
Binary | 11010101 | 11011011 | 11111100 | 1111 | 1101 | 0 | 1 | 11100111 | 1010111 | 1011011 |
Color Harmonies of #D5DBFC
Complementary color
Monochromatic Colors of #D5DBFC
Black with #D5DBFC
Text Example
Text Example
White with #D5DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DBFC; }
p { color: rgb(213,219,252); }
H1.HeaderClassName
{
color: #D5DBFC;
}
.AnyTagClassName
{
color: #D5DBFC;
}
</style>
background-color css
<style>
a { background-color: #D5DBFC; }
a { background-color: rgb(213,219,252); }
div.DivClassName
{
background-color: #D5DBFC;
}
.BgClassName
{
background-color: #D5DBFC;
}
</style>
border-color css
<style>
span { border-color: #D5DBFC; }
span { border-color: rgb(213,219,252); }
td.TdClassName
{
border-color: #D5DBFC;
}
.TagClassName
{
border-color: #D5DBFC;
}
</style>