Shades of Quartz #DBDCFF
Tints of Quartz #DBDCFF
RGB
CMYK
RGB Variations
Color information
#DBDCFF (or 0xDBDCFF) is known color: Quartz. HEX triplet: DB, DC and FF. RGB value is (219,220,255). Sum of RGB (Red+Green+Blue) = 219+220+255=694 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.56% from 694); Green value is 220 (86.33% from 255 or 31.70% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBDCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDCFF is #242300. Grayscale: #DFDFDF. Windows color (decimal): -2368257 or 16768219. OLE color: 16768219.
HSL color Cylindrical-coordinate representation of color #DBDCFF: hue angle of 238.33º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBDCFF is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 219 | 220 | 255 | - |
CMYK | 0.14 | 0.14 | 0 | 0 |
HSL | 238.33º | 1% | 0.93% | - |
HSV(B) | 238.33º | 0.14% | 1% | - |
XYZ | 72.86 | 73.47 | 104.95 | - |
YUV | 223.69 | 145.67 | 124.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 220 | 255 | 0.14 | 0.14 | 0 | 0 | 238.33 | 1 | 0.93 |
Hex | DB | DC | FF | E | E | 0 | 0 | EE | 64 | 5D |
Octal | 333 | 334 | 377 | 16 | 16 | 0 | 0 | 356 | 144 | 135 |
Binary | 11011011 | 11011100 | 11111111 | 1110 | 1110 | 0 | 0 | 11101110 | 1100100 | 1011101 |
Color Harmonies of #DBDCFF
Complementary color
Monochromatic Colors of #DBDCFF
Black with #DBDCFF
Text Example
Text Example
White with #DBDCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCFF; }
p { color: rgb(219,220,255); }
H1.HeaderClassName
{
color: #DBDCFF;
}
.AnyTagClassName
{
color: #DBDCFF;
}
</style>
background-color css
<style>
a { background-color: #DBDCFF; }
a { background-color: rgb(219,220,255); }
div.DivClassName
{
background-color: #DBDCFF;
}
.BgClassName
{
background-color: #DBDCFF;
}
</style>
border-color css
<style>
span { border-color: #DBDCFF; }
span { border-color: rgb(219,220,255); }
td.TdClassName
{
border-color: #DBDCFF;
}
.TagClassName
{
border-color: #DBDCFF;
}
</style>