Shades of Quartz #DFDBEA
Tints of Quartz #DFDBEA
RGB
CMYK
RGB Variations
Color information
#DFDBEA (or 0xDFDBEA) is known color: Quartz. HEX triplet: DF, DB and EA. RGB value is (223,219,234). Sum of RGB (Red+Green+Blue) = 223+219+234=676 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.99% from 676); Green value is 219 (85.94% from 255 or 32.40% from 676); Blue value is 234 (91.80% from 255 or 34.62% from 676); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFDBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDBEA is #202415. Grayscale: #DDDDDD. Windows color (decimal): -2106390 or 15391711. OLE color: 15391711.
HSL color Cylindrical-coordinate representation of color #DFDBEA: hue angle of 256º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFDBEA is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 223 | 219 | 234 | - |
CMYK | 0.05 | 0.06 | 0 | 0.08 |
HSL | 256º | 0.26% | 0.89% | - |
HSV(B) | 256º | 0.06% | 0.92% | - |
XYZ | 70.61 | 72.29 | 88.07 | - |
YUV | 221.91 | 134.83 | 128.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 219 | 234 | 0.05 | 0.06 | 0 | 0.08 | 256 | 0.26 | 0.89 |
Hex | DF | DB | EA | 5 | 6 | 0 | 8 | 100 | 1A | 59 |
Octal | 337 | 333 | 352 | 5 | 6 | 0 | 10 | 400 | 32 | 131 |
Binary | 11011111 | 11011011 | 11101010 | 101 | 110 | 0 | 1000 | 100000000 | 11010 | 1011001 |
Color Harmonies of #DFDBEA
Complementary color
Monochromatic Colors of #DFDBEA
Black with #DFDBEA
Text Example
Text Example
White with #DFDBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDBEA; }
p { color: rgb(223,219,234); }
H1.HeaderClassName
{
color: #DFDBEA;
}
.AnyTagClassName
{
color: #DFDBEA;
}
</style>
background-color css
<style>
a { background-color: #DFDBEA; }
a { background-color: rgb(223,219,234); }
div.DivClassName
{
background-color: #DFDBEA;
}
.BgClassName
{
background-color: #DFDBEA;
}
</style>
border-color css
<style>
span { border-color: #DFDBEA; }
span { border-color: rgb(223,219,234); }
td.TdClassName
{
border-color: #DFDBEA;
}
.TagClassName
{
border-color: #DFDBEA;
}
</style>