Shades of Quartz #DBDDFC
Tints of Quartz #DBDDFC
RGB
CMYK
RGB Variations
Color information
#DBDDFC (or 0xDBDDFC) is known color: Quartz. HEX triplet: DB, DD and FC. RGB value is (219,221,252). Sum of RGB (Red+Green+Blue) = 219+221+252=692 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.65% from 692); Green value is 221 (86.72% from 255 or 31.94% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBDDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDDFC is #242203. Grayscale: #DFDFDF. Windows color (decimal): -2368004 or 16571867. OLE color: 16571867.
HSL color Cylindrical-coordinate representation of color #DBDDFC: hue angle of 236.36º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBDDFC is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 221 | 252 | - |
CMYK | 0.13 | 0.12 | 0 | 0.01 |
HSL | 236.36º | 0.85% | 0.92% | - |
HSV(B) | 236.36º | 0.13% | 0.99% | - |
XYZ | 72.64 | 73.8 | 102.51 | - |
YUV | 223.94 | 143.84 | 124.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 252 | 0.13 | 0.12 | 0 | 0.01 | 236.36 | 0.85 | 0.92 |
Hex | DB | DD | FC | D | C | 0 | 1 | EC | 55 | 5C |
Octal | 333 | 335 | 374 | 15 | 14 | 0 | 1 | 354 | 125 | 134 |
Binary | 11011011 | 11011101 | 11111100 | 1101 | 1100 | 0 | 1 | 11101100 | 1010101 | 1011100 |
Color Harmonies of #DBDDFC
Complementary color
Monochromatic Colors of #DBDDFC
Black with #DBDDFC
Text Example
Text Example
White with #DBDDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDFC; }
p { color: rgb(219,221,252); }
H1.HeaderClassName
{
color: #DBDDFC;
}
.AnyTagClassName
{
color: #DBDDFC;
}
</style>
background-color css
<style>
a { background-color: #DBDDFC; }
a { background-color: rgb(219,221,252); }
div.DivClassName
{
background-color: #DBDDFC;
}
.BgClassName
{
background-color: #DBDDFC;
}
</style>
border-color css
<style>
span { border-color: #DBDDFC; }
span { border-color: rgb(219,221,252); }
td.TdClassName
{
border-color: #DBDDFC;
}
.TagClassName
{
border-color: #DBDDFC;
}
</style>