Shades of Quartz #DBDAFE
Tints of Quartz #DBDAFE
RGB
CMYK
RGB Variations
Color information
#DBDAFE (or 0xDBDAFE) is known color: Quartz. HEX triplet: DB, DA and FE. RGB value is (219,218,254). Sum of RGB (Red+Green+Blue) = 219+218+254=691 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.69% from 691); Green value is 218 (85.55% from 255 or 31.55% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBDAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDAFE is #242501. Grayscale: #DEDEDE. Windows color (decimal): -2368770 or 16702171. OLE color: 16702171.
HSL color Cylindrical-coordinate representation of color #DBDAFE: hue angle of 241.67º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBDAFE is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 219 | 218 | 254 | - |
CMYK | 0.14 | 0.14 | 0 | 0.00 |
HSL | 241.67º | 0.95% | 0.93% | - |
HSV(B) | 241.67º | 0.14% | 1% | - |
XYZ | 72.17 | 72.36 | 103.93 | - |
YUV | 222.4 | 145.83 | 125.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 218 | 254 | 0.14 | 0.14 | 0 | 0.00 | 241.67 | 0.95 | 0.93 |
Hex | DB | DA | FE | E | E | 0 | 0 | F2 | 5F | 5D |
Octal | 333 | 332 | 376 | 16 | 16 | 0 | 0 | 362 | 137 | 135 |
Binary | 11011011 | 11011010 | 11111110 | 1110 | 1110 | 0 | 0 | 11110010 | 1011111 | 1011101 |
Color Harmonies of #DBDAFE
Complementary color
Monochromatic Colors of #DBDAFE
Black with #DBDAFE
Text Example
Text Example
White with #DBDAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAFE; }
p { color: rgb(219,218,254); }
H1.HeaderClassName
{
color: #DBDAFE;
}
.AnyTagClassName
{
color: #DBDAFE;
}
</style>
background-color css
<style>
a { background-color: #DBDAFE; }
a { background-color: rgb(219,218,254); }
div.DivClassName
{
background-color: #DBDAFE;
}
.BgClassName
{
background-color: #DBDAFE;
}
</style>
border-color css
<style>
span { border-color: #DBDAFE; }
span { border-color: rgb(219,218,254); }
td.TdClassName
{
border-color: #DBDAFE;
}
.TagClassName
{
border-color: #DBDAFE;
}
</style>