Shades of Quartz #DBD4F8
Tints of Quartz #DBD4F8
RGB
CMYK
RGB Variations
Color information
#DBD4F8 (or 0xDBD4F8) is known color: Quartz. HEX triplet: DB, D4 and F8. RGB value is (219,212,248). Sum of RGB (Red+Green+Blue) = 219+212+248=679 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.25% from 679); Green value is 212 (83.20% from 255 or 31.22% from 679); Blue value is 248 (97.27% from 255 or 36.52% from 679); Max value from RGB is 248 - color contains mainly: blue. Hex color #DBD4F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD4F8 is #242B07. Grayscale: #DADADA. Windows color (decimal): -2370312 or 16307419. OLE color: 16307419.
HSL color Cylindrical-coordinate representation of color #DBD4F8: hue angle of 251.67º degrees, saturation: 0.72, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBD4F8 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 219 | 212 | 248 | - |
CMYK | 0.12 | 0.15 | 0 | 0.03 |
HSL | 251.67º | 0.72% | 0.9% | - |
HSV(B) | 251.67º | 0.15% | 0.97% | - |
XYZ | 69.7 | 68.92 | 98.44 | - |
YUV | 218.2 | 144.82 | 128.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 212 | 248 | 0.12 | 0.15 | 0 | 0.03 | 251.67 | 0.72 | 0.9 |
Hex | DB | D4 | F8 | C | F | 0 | 3 | FC | 48 | 5A |
Octal | 333 | 324 | 370 | 14 | 17 | 0 | 3 | 374 | 110 | 132 |
Binary | 11011011 | 11010100 | 11111000 | 1100 | 1111 | 0 | 11 | 11111100 | 1001000 | 1011010 |
Color Harmonies of #DBD4F8
Complementary color
Monochromatic Colors of #DBD4F8
Black with #DBD4F8
Text Example
Text Example
White with #DBD4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD4F8; }
p { color: rgb(219,212,248); }
H1.HeaderClassName
{
color: #DBD4F8;
}
.AnyTagClassName
{
color: #DBD4F8;
}
</style>
background-color css
<style>
a { background-color: #DBD4F8; }
a { background-color: rgb(219,212,248); }
div.DivClassName
{
background-color: #DBD4F8;
}
.BgClassName
{
background-color: #DBD4F8;
}
</style>
border-color css
<style>
span { border-color: #DBD4F8; }
span { border-color: rgb(219,212,248); }
td.TdClassName
{
border-color: #DBD4F8;
}
.TagClassName
{
border-color: #DBD4F8;
}
</style>