Shades of Quartz #DFDEEB
Tints of Quartz #DFDEEB
RGB
CMYK
RGB Variations
Color information
#DFDEEB (or 0xDFDEEB) is known color: Quartz. HEX triplet: DF, DE and EB. RGB value is (223,222,235). Sum of RGB (Red+Green+Blue) = 223+222+235=680 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.79% from 680); Green value is 222 (87.11% from 255 or 32.65% from 680); Blue value is 235 (92.19% from 255 or 34.56% from 680); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFDEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDEEB is #202114. Grayscale: #DFDFDF. Windows color (decimal): -2105621 or 15458015. OLE color: 15458015.
HSL color Cylindrical-coordinate representation of color #DFDEEB: hue angle of 244.62º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFDEEB is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 223 | 222 | 235 | - |
CMYK | 0.05 | 0.06 | 0 | 0.08 |
HSL | 244.62º | 0.25% | 0.9% | - |
HSV(B) | 244.62º | 0.06% | 0.92% | - |
XYZ | 71.55 | 73.93 | 89.1 | - |
YUV | 223.78 | 134.33 | 127.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 222 | 235 | 0.05 | 0.06 | 0 | 0.08 | 244.62 | 0.25 | 0.9 |
Hex | DF | DE | EB | 5 | 6 | 0 | 8 | F5 | 19 | 5A |
Octal | 337 | 336 | 353 | 5 | 6 | 0 | 10 | 365 | 31 | 132 |
Binary | 11011111 | 11011110 | 11101011 | 101 | 110 | 0 | 1000 | 11110101 | 11001 | 1011010 |
Color Harmonies of #DFDEEB
Complementary color
Monochromatic Colors of #DFDEEB
Black with #DFDEEB
Text Example
Text Example
White with #DFDEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDEEB; }
p { color: rgb(223,222,235); }
H1.HeaderClassName
{
color: #DFDEEB;
}
.AnyTagClassName
{
color: #DFDEEB;
}
</style>
background-color css
<style>
a { background-color: #DFDEEB; }
a { background-color: rgb(223,222,235); }
div.DivClassName
{
background-color: #DFDEEB;
}
.BgClassName
{
background-color: #DFDEEB;
}
</style>
border-color css
<style>
span { border-color: #DFDEEB; }
span { border-color: rgb(223,222,235); }
td.TdClassName
{
border-color: #DFDEEB;
}
.TagClassName
{
border-color: #DFDEEB;
}
</style>