Shades of Quartz #DBDDF8
Tints of Quartz #DBDDF8
RGB
CMYK
RGB Variations
Color information
#DBDDF8 (or 0xDBDDF8) is known color: Quartz. HEX triplet: DB, DD and F8. RGB value is (219,221,248). Sum of RGB (Red+Green+Blue) = 219+221+248=688 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.83% from 688); Green value is 221 (86.72% from 255 or 32.12% from 688); Blue value is 248 (97.27% from 255 or 36.05% from 688); Max value from RGB is 248 - color contains mainly: blue. Hex color #DBDDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDDF8 is #242207. Grayscale: #DFDFDF. Windows color (decimal): -2368008 or 16309723. OLE color: 16309723.
HSL color Cylindrical-coordinate representation of color #DBDDF8: hue angle of 235.86º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBDDF8 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 219 | 221 | 248 | - |
CMYK | 0.12 | 0.11 | 0 | 0.03 |
HSL | 235.86º | 0.67% | 0.92% | - |
HSV(B) | 235.86º | 0.12% | 0.97% | - |
XYZ | 72.01 | 73.55 | 99.21 | - |
YUV | 223.48 | 141.84 | 124.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 248 | 0.12 | 0.11 | 0 | 0.03 | 235.86 | 0.67 | 0.92 |
Hex | DB | DD | F8 | C | B | 0 | 3 | EC | 43 | 5C |
Octal | 333 | 335 | 370 | 14 | 13 | 0 | 3 | 354 | 103 | 134 |
Binary | 11011011 | 11011101 | 11111000 | 1100 | 1011 | 0 | 11 | 11101100 | 1000011 | 1011100 |
Color Harmonies of #DBDDF8
Complementary color
Monochromatic Colors of #DBDDF8
Black with #DBDDF8
Text Example
Text Example
White with #DBDDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDF8; }
p { color: rgb(219,221,248); }
H1.HeaderClassName
{
color: #DBDDF8;
}
.AnyTagClassName
{
color: #DBDDF8;
}
</style>
background-color css
<style>
a { background-color: #DBDDF8; }
a { background-color: rgb(219,221,248); }
div.DivClassName
{
background-color: #DBDDF8;
}
.BgClassName
{
background-color: #DBDDF8;
}
</style>
border-color css
<style>
span { border-color: #DBDDF8; }
span { border-color: rgb(219,221,248); }
td.TdClassName
{
border-color: #DBDDF8;
}
.TagClassName
{
border-color: #DBDDF8;
}
</style>