Shades of Quartz #DBDEF3
Tints of Quartz #DBDEF3
RGB
CMYK
RGB Variations
Color information
#DBDEF3 (or 0xDBDEF3) is known color: Quartz. HEX triplet: DB, DE and F3. RGB value is (219,222,243). Sum of RGB (Red+Green+Blue) = 219+222+243=684 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.02% from 684); Green value is 222 (87.11% from 255 or 32.46% from 684); Blue value is 243 (95.31% from 255 or 35.53% from 684); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBDEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDEF3 is #24210C. Grayscale: #DFDFDF. Windows color (decimal): -2367757 or 15982299. OLE color: 15982299.
HSL color Cylindrical-coordinate representation of color #DBDEF3: hue angle of 232.5º 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 #DBDEF3 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 222 | 243 | - |
CMYK | 0.10 | 0.09 | 0 | 0.05 |
HSL | 232.5º | 0.5% | 0.91% | - |
HSV(B) | 232.5º | 0.1% | 0.95% | - |
XYZ | 71.51 | 73.77 | 95.26 | - |
YUV | 223.5 | 139.01 | 124.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 222 | 243 | 0.10 | 0.09 | 0 | 0.05 | 232.5 | 0.5 | 0.91 |
Hex | DB | DE | F3 | A | 9 | 0 | 5 | E8 | 32 | 5B |
Octal | 333 | 336 | 363 | 12 | 11 | 0 | 5 | 350 | 62 | 133 |
Binary | 11011011 | 11011110 | 11110011 | 1010 | 1001 | 0 | 101 | 11101000 | 110010 | 1011011 |
Color Harmonies of #DBDEF3
Complementary color
Monochromatic Colors of #DBDEF3
Black with #DBDEF3
Text Example
Text Example
White with #DBDEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDEF3; }
p { color: rgb(219,222,243); }
H1.HeaderClassName
{
color: #DBDEF3;
}
.AnyTagClassName
{
color: #DBDEF3;
}
</style>
background-color css
<style>
a { background-color: #DBDEF3; }
a { background-color: rgb(219,222,243); }
div.DivClassName
{
background-color: #DBDEF3;
}
.BgClassName
{
background-color: #DBDEF3;
}
</style>
border-color css
<style>
span { border-color: #DBDEF3; }
span { border-color: rgb(219,222,243); }
td.TdClassName
{
border-color: #DBDEF3;
}
.TagClassName
{
border-color: #DBDEF3;
}
</style>