Shades of Quartz #D5DBFD
Tints of Quartz #D5DBFD
RGB
CMYK
RGB Variations
Color information
#D5DBFD (or 0xD5DBFD) is known color: Quartz. HEX triplet: D5, DB and FD. RGB value is (213,219,253). Sum of RGB (Red+Green+Blue) = 213+219+253=685 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.09% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #D5DBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DBFD is #2A2402. Grayscale: #DCDCDC. Windows color (decimal): -2761731 or 16636885. OLE color: 16636885.
HSL color Cylindrical-coordinate representation of color #D5DBFD: hue angle of 231º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5DBFD is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 213 | 219 | 253 | - |
CMYK | 0.16 | 0.13 | 0 | 0.01 |
HSL | 231º | 0.91% | 0.91% | - |
HSV(B) | 231º | 0.16% | 0.99% | - |
XYZ | 70.5 | 71.9 | 103.09 | - |
YUV | 221.08 | 146.01 | 122.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 219 | 253 | 0.16 | 0.13 | 0 | 0.01 | 231 | 0.91 | 0.91 |
Hex | D5 | DB | FD | 10 | D | 0 | 1 | E7 | 5B | 5B |
Octal | 325 | 333 | 375 | 20 | 15 | 0 | 1 | 347 | 133 | 133 |
Binary | 11010101 | 11011011 | 11111101 | 10000 | 1101 | 0 | 1 | 11100111 | 1011011 | 1011011 |
Color Harmonies of #D5DBFD
Complementary color
Monochromatic Colors of #D5DBFD
Black with #D5DBFD
Text Example
Text Example
White with #D5DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DBFD; }
p { color: rgb(213,219,253); }
H1.HeaderClassName
{
color: #D5DBFD;
}
.AnyTagClassName
{
color: #D5DBFD;
}
</style>
background-color css
<style>
a { background-color: #D5DBFD; }
a { background-color: rgb(213,219,253); }
div.DivClassName
{
background-color: #D5DBFD;
}
.BgClassName
{
background-color: #D5DBFD;
}
</style>
border-color css
<style>
span { border-color: #D5DBFD; }
span { border-color: rgb(213,219,253); }
td.TdClassName
{
border-color: #D5DBFD;
}
.TagClassName
{
border-color: #D5DBFD;
}
</style>