Shades of Quartz #DBDCFD
Tints of Quartz #DBDCFD
RGB
CMYK
RGB Variations
Color information
#DBDCFD (or 0xDBDCFD) is known color: Quartz. HEX triplet: DB, DC and FD. RGB value is (219,220,253). Sum of RGB (Red+Green+Blue) = 219+220+253=692 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.65% from 692); Green value is 220 (86.33% from 255 or 31.79% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBDCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDCFD is #242302. Grayscale: #DFDFDF. Windows color (decimal): -2368259 or 16637147. OLE color: 16637147.
HSL color Cylindrical-coordinate representation of color #DBDCFD: hue angle of 238.24º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBDCFD is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 220 | 253 | - |
CMYK | 0.13 | 0.13 | 0 | 0.01 |
HSL | 238.24º | 0.89% | 0.93% | - |
HSV(B) | 238.24º | 0.13% | 0.99% | - |
XYZ | 72.54 | 73.34 | 103.26 | - |
YUV | 223.46 | 144.67 | 124.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 220 | 253 | 0.13 | 0.13 | 0 | 0.01 | 238.24 | 0.89 | 0.93 |
Hex | DB | DC | FD | D | D | 0 | 1 | EE | 59 | 5D |
Octal | 333 | 334 | 375 | 15 | 15 | 0 | 1 | 356 | 131 | 135 |
Binary | 11011011 | 11011100 | 11111101 | 1101 | 1101 | 0 | 1 | 11101110 | 1011001 | 1011101 |
Color Harmonies of #DBDCFD
Complementary color
Monochromatic Colors of #DBDCFD
Black with #DBDCFD
Text Example
Text Example
White with #DBDCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCFD; }
p { color: rgb(219,220,253); }
H1.HeaderClassName
{
color: #DBDCFD;
}
.AnyTagClassName
{
color: #DBDCFD;
}
</style>
background-color css
<style>
a { background-color: #DBDCFD; }
a { background-color: rgb(219,220,253); }
div.DivClassName
{
background-color: #DBDCFD;
}
.BgClassName
{
background-color: #DBDCFD;
}
</style>
border-color css
<style>
span { border-color: #DBDCFD; }
span { border-color: rgb(219,220,253); }
td.TdClassName
{
border-color: #DBDCFD;
}
.TagClassName
{
border-color: #DBDCFD;
}
</style>