Shades of Quartz #DFDBEE
Tints of Quartz #DFDBEE
RGB
CMYK
RGB Variations
Color information
#DFDBEE (or 0xDFDBEE) is known color: Quartz. HEX triplet: DF, DB and EE. RGB value is (223,219,238). Sum of RGB (Red+Green+Blue) = 223+219+238=680 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.79% from 680); Green value is 219 (85.94% from 255 or 32.21% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFDBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDBEE is #202411. Grayscale: #DEDEDE. Windows color (decimal): -2106386 or 15653855. OLE color: 15653855.
HSL color Cylindrical-coordinate representation of color #DFDBEE: hue angle of 252.63º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFDBEE is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 219 | 238 | - |
CMYK | 0.06 | 0.08 | 0 | 0.07 |
HSL | 252.63º | 0.36% | 0.9% | - |
HSV(B) | 252.63º | 0.08% | 0.93% | - |
XYZ | 71.2 | 72.52 | 91.14 | - |
YUV | 222.36 | 136.83 | 128.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 219 | 238 | 0.06 | 0.08 | 0 | 0.07 | 252.63 | 0.36 | 0.9 |
Hex | DF | DB | EE | 6 | 8 | 0 | 7 | FD | 24 | 5A |
Octal | 337 | 333 | 356 | 6 | 10 | 0 | 7 | 375 | 44 | 132 |
Binary | 11011111 | 11011011 | 11101110 | 110 | 1000 | 0 | 111 | 11111101 | 100100 | 1011010 |
Color Harmonies of #DFDBEE
Complementary color
Monochromatic Colors of #DFDBEE
Black with #DFDBEE
Text Example
Text Example
White with #DFDBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDBEE; }
p { color: rgb(223,219,238); }
H1.HeaderClassName
{
color: #DFDBEE;
}
.AnyTagClassName
{
color: #DFDBEE;
}
</style>
background-color css
<style>
a { background-color: #DFDBEE; }
a { background-color: rgb(223,219,238); }
div.DivClassName
{
background-color: #DFDBEE;
}
.BgClassName
{
background-color: #DFDBEE;
}
</style>
border-color css
<style>
span { border-color: #DFDBEE; }
span { border-color: rgb(223,219,238); }
td.TdClassName
{
border-color: #DFDBEE;
}
.TagClassName
{
border-color: #DFDBEE;
}
</style>