Shades of Quartz #DBDDF5
Tints of Quartz #DBDDF5
RGB
CMYK
RGB Variations
Color information
#DBDDF5 (or 0xDBDDF5) is known color: Quartz. HEX triplet: DB, DD and F5. RGB value is (219,221,245). Sum of RGB (Red+Green+Blue) = 219+221+245=685 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.97% from 685); Green value is 221 (86.72% from 255 or 32.26% from 685); Blue value is 245 (96.09% from 255 or 35.77% from 685); Max value from RGB is 245 - color contains mainly: blue. Hex color #DBDDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDDF5 is #24220A. Grayscale: #DFDFDF. Windows color (decimal): -2368011 or 16113115. OLE color: 16113115.
HSL color Cylindrical-coordinate representation of color #DBDDF5: hue angle of 235.38º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBDDF5 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 221 | 245 | - |
CMYK | 0.11 | 0.10 | 0 | 0.04 |
HSL | 235.38º | 0.57% | 0.91% | - |
HSV(B) | 235.38º | 0.11% | 0.96% | - |
XYZ | 71.55 | 73.37 | 96.78 | - |
YUV | 223.14 | 140.34 | 125.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 245 | 0.11 | 0.10 | 0 | 0.04 | 235.38 | 0.57 | 0.91 |
Hex | DB | DD | F5 | B | A | 0 | 4 | EB | 39 | 5B |
Octal | 333 | 335 | 365 | 13 | 12 | 0 | 4 | 353 | 71 | 133 |
Binary | 11011011 | 11011101 | 11110101 | 1011 | 1010 | 0 | 100 | 11101011 | 111001 | 1011011 |
Color Harmonies of #DBDDF5
Complementary color
Monochromatic Colors of #DBDDF5
Black with #DBDDF5
Text Example
Text Example
White with #DBDDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDF5; }
p { color: rgb(219,221,245); }
H1.HeaderClassName
{
color: #DBDDF5;
}
.AnyTagClassName
{
color: #DBDDF5;
}
</style>
background-color css
<style>
a { background-color: #DBDDF5; }
a { background-color: rgb(219,221,245); }
div.DivClassName
{
background-color: #DBDDF5;
}
.BgClassName
{
background-color: #DBDDF5;
}
</style>
border-color css
<style>
span { border-color: #DBDDF5; }
span { border-color: rgb(219,221,245); }
td.TdClassName
{
border-color: #DBDDF5;
}
.TagClassName
{
border-color: #DBDDF5;
}
</style>