Shades of Quartz #DBDCF9
Tints of Quartz #DBDCF9
RGB
CMYK
RGB Variations
Color information
#DBDCF9 (or 0xDBDCF9) is known color: Quartz. HEX triplet: DB, DC and F9. RGB value is (219,220,249). Sum of RGB (Red+Green+Blue) = 219+220+249=688 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.83% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 249 (97.66% from 255 or 36.19% from 688); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBDCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDCF9 is #242306. Grayscale: #DEDEDE. Windows color (decimal): -2368263 or 16375003. OLE color: 16375003.
HSL color Cylindrical-coordinate representation of color #DBDCF9: hue angle of 238º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBDCF9 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 220 | 249 | - |
CMYK | 0.12 | 0.12 | 0 | 0.02 |
HSL | 238º | 0.71% | 0.92% | - |
HSV(B) | 238º | 0.12% | 0.98% | - |
XYZ | 71.91 | 73.09 | 99.94 | - |
YUV | 223.01 | 142.67 | 125.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 220 | 249 | 0.12 | 0.12 | 0 | 0.02 | 238 | 0.71 | 0.92 |
Hex | DB | DC | F9 | C | C | 0 | 2 | EE | 47 | 5C |
Octal | 333 | 334 | 371 | 14 | 14 | 0 | 2 | 356 | 107 | 134 |
Binary | 11011011 | 11011100 | 11111001 | 1100 | 1100 | 0 | 10 | 11101110 | 1000111 | 1011100 |
Color Harmonies of #DBDCF9
Complementary color
Monochromatic Colors of #DBDCF9
Black with #DBDCF9
Text Example
Text Example
White with #DBDCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCF9; }
p { color: rgb(219,220,249); }
H1.HeaderClassName
{
color: #DBDCF9;
}
.AnyTagClassName
{
color: #DBDCF9;
}
</style>
background-color css
<style>
a { background-color: #DBDCF9; }
a { background-color: rgb(219,220,249); }
div.DivClassName
{
background-color: #DBDCF9;
}
.BgClassName
{
background-color: #DBDCF9;
}
</style>
border-color css
<style>
span { border-color: #DBDCF9; }
span { border-color: rgb(219,220,249); }
td.TdClassName
{
border-color: #DBDCF9;
}
.TagClassName
{
border-color: #DBDCF9;
}
</style>