Shades of Quartz #DBDDF3
Tints of Quartz #DBDDF3
RGB
CMYK
RGB Variations
Color information
#DBDDF3 (or 0xDBDDF3) is known color: Quartz. HEX triplet: DB, DD and F3. RGB value is (219,221,243). Sum of RGB (Red+Green+Blue) = 219+221+243=683 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.06% from 683); Green value is 221 (86.72% from 255 or 32.36% from 683); Blue value is 243 (95.31% from 255 or 35.58% from 683); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBDDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDDF3 is #24220C. Grayscale: #DEDEDE. Windows color (decimal): -2368013 or 15982043. OLE color: 15982043.
HSL color Cylindrical-coordinate representation of color #DBDDF3: hue angle of 235º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBDDF3 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 221 | 243 | - |
CMYK | 0.10 | 0.09 | 0 | 0.05 |
HSL | 235º | 0.5% | 0.91% | - |
HSV(B) | 235º | 0.1% | 0.95% | - |
XYZ | 71.25 | 73.24 | 95.18 | - |
YUV | 222.91 | 139.34 | 125.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 243 | 0.10 | 0.09 | 0 | 0.05 | 235 | 0.5 | 0.91 |
Hex | DB | DD | F3 | A | 9 | 0 | 5 | EB | 32 | 5B |
Octal | 333 | 335 | 363 | 12 | 11 | 0 | 5 | 353 | 62 | 133 |
Binary | 11011011 | 11011101 | 11110011 | 1010 | 1001 | 0 | 101 | 11101011 | 110010 | 1011011 |
Color Harmonies of #DBDDF3
Complementary color
Monochromatic Colors of #DBDDF3
Black with #DBDDF3
Text Example
Text Example
White with #DBDDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDF3; }
p { color: rgb(219,221,243); }
H1.HeaderClassName
{
color: #DBDDF3;
}
.AnyTagClassName
{
color: #DBDDF3;
}
</style>
background-color css
<style>
a { background-color: #DBDDF3; }
a { background-color: rgb(219,221,243); }
div.DivClassName
{
background-color: #DBDDF3;
}
.BgClassName
{
background-color: #DBDDF3;
}
</style>
border-color css
<style>
span { border-color: #DBDDF3; }
span { border-color: rgb(219,221,243); }
td.TdClassName
{
border-color: #DBDDF3;
}
.TagClassName
{
border-color: #DBDDF3;
}
</style>