Shades of Quartz #DBD5F2
Tints of Quartz #DBD5F2
RGB
CMYK
RGB Variations
Color information
#DBD5F2 (or 0xDBD5F2) is known color: Quartz. HEX triplet: DB, D5 and F2. RGB value is (219,213,242). Sum of RGB (Red+Green+Blue) = 219+213+242=674 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.49% from 674); Green value is 213 (83.59% from 255 or 31.60% from 674); Blue value is 242 (94.92% from 255 or 35.91% from 674); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBD5F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD5F2 is #242A0D. Grayscale: #D9D9D9. Windows color (decimal): -2370062 or 15914459. OLE color: 15914459.
HSL color Cylindrical-coordinate representation of color #DBD5F2: hue angle of 252.41º degrees, saturation: 0.53, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBD5F2 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 213 | 242 | - |
CMYK | 0.10 | 0.12 | 0 | 0.05 |
HSL | 252.41º | 0.53% | 0.89% | - |
HSV(B) | 252.41º | 0.12% | 0.95% | - |
XYZ | 69.03 | 69.06 | 93.7 | - |
YUV | 218.1 | 141.49 | 128.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 213 | 242 | 0.10 | 0.12 | 0 | 0.05 | 252.41 | 0.53 | 0.89 |
Hex | DB | D5 | F2 | A | C | 0 | 5 | FC | 35 | 59 |
Octal | 333 | 325 | 362 | 12 | 14 | 0 | 5 | 374 | 65 | 131 |
Binary | 11011011 | 11010101 | 11110010 | 1010 | 1100 | 0 | 101 | 11111100 | 110101 | 1011001 |
Color Harmonies of #DBD5F2
Complementary color
Monochromatic Colors of #DBD5F2
Black with #DBD5F2
Text Example
Text Example
White with #DBD5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD5F2; }
p { color: rgb(219,213,242); }
H1.HeaderClassName
{
color: #DBD5F2;
}
.AnyTagClassName
{
color: #DBD5F2;
}
</style>
background-color css
<style>
a { background-color: #DBD5F2; }
a { background-color: rgb(219,213,242); }
div.DivClassName
{
background-color: #DBD5F2;
}
.BgClassName
{
background-color: #DBD5F2;
}
</style>
border-color css
<style>
span { border-color: #DBD5F2; }
span { border-color: rgb(219,213,242); }
td.TdClassName
{
border-color: #DBD5F2;
}
.TagClassName
{
border-color: #DBD5F2;
}
</style>