Shades of Quartz #DBCFFD
Tints of Quartz #DBCFFD
RGB
CMYK
RGB Variations
Color information
#DBCFFD (or 0xDBCFFD) is known color: Quartz. HEX triplet: DB, CF and FD. RGB value is (219,207,253). Sum of RGB (Red+Green+Blue) = 219+207+253=679 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.25% from 679); Green value is 207 (81.25% from 255 or 30.49% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBCFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCFFD is #243002. Grayscale: #D7D7D7. Windows color (decimal): -2371587 or 16633819. OLE color: 16633819.
HSL color Cylindrical-coordinate representation of color #DBCFFD: hue angle of 255.65º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBCFFD is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 207 | 253 | - |
CMYK | 0.13 | 0.18 | 0 | 0.01 |
HSL | 255.65º | 0.92% | 0.9% | - |
HSV(B) | 255.65º | 0.18% | 0.99% | - |
XYZ | 69.26 | 66.78 | 102.17 | - |
YUV | 215.83 | 148.98 | 130.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 207 | 253 | 0.13 | 0.18 | 0 | 0.01 | 255.65 | 0.92 | 0.9 |
Hex | DB | CF | FD | D | 12 | 0 | 1 | 100 | 5C | 5A |
Octal | 333 | 317 | 375 | 15 | 22 | 0 | 1 | 400 | 134 | 132 |
Binary | 11011011 | 11001111 | 11111101 | 1101 | 10010 | 0 | 1 | 100000000 | 1011100 | 1011010 |
Color Harmonies of #DBCFFD
Complementary color
Monochromatic Colors of #DBCFFD
Black with #DBCFFD
Text Example
Text Example
White with #DBCFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFFD; }
p { color: rgb(219,207,253); }
H1.HeaderClassName
{
color: #DBCFFD;
}
.AnyTagClassName
{
color: #DBCFFD;
}
</style>
background-color css
<style>
a { background-color: #DBCFFD; }
a { background-color: rgb(219,207,253); }
div.DivClassName
{
background-color: #DBCFFD;
}
.BgClassName
{
background-color: #DBCFFD;
}
</style>
border-color css
<style>
span { border-color: #DBCFFD; }
span { border-color: rgb(219,207,253); }
td.TdClassName
{
border-color: #DBCFFD;
}
.TagClassName
{
border-color: #DBCFFD;
}
</style>