Shades of Quartz #DFDFEB
Tints of Quartz #DFDFEB
RGB
CMYK
RGB Variations
Color information
#DFDFEB (or 0xDFDFEB) is known color: Quartz. HEX triplet: DF, DF and EB. RGB value is (223,223,235). Sum of RGB (Red+Green+Blue) = 223+223+235=681 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.75% from 681); Green value is 223 (87.5% from 255 or 32.75% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFDFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDFEB is #202014. Grayscale: #E0E0E0. Windows color (decimal): -2105365 or 15458271. OLE color: 15458271.
HSL color Cylindrical-coordinate representation of color #DFDFEB: hue angle of 240º degrees, saturation: 0.23, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFDFEB is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 223 | 223 | 235 | - |
CMYK | 0.05 | 0.05 | 0 | 0.08 |
HSL | 240º | 0.23% | 0.9% | - |
HSV(B) | 240º | 0.05% | 0.92% | - |
XYZ | 71.81 | 74.46 | 89.18 | - |
YUV | 224.37 | 134 | 127.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 223 | 235 | 0.05 | 0.05 | 0 | 0.08 | 240 | 0.23 | 0.9 |
Hex | DF | DF | EB | 5 | 5 | 0 | 8 | F0 | 17 | 5A |
Octal | 337 | 337 | 353 | 5 | 5 | 0 | 10 | 360 | 27 | 132 |
Binary | 11011111 | 11011111 | 11101011 | 101 | 101 | 0 | 1000 | 11110000 | 10111 | 1011010 |
Color Harmonies of #DFDFEB
Complementary color
Monochromatic Colors of #DFDFEB
Black with #DFDFEB
Text Example
Text Example
White with #DFDFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFEB; }
p { color: rgb(223,223,235); }
H1.HeaderClassName
{
color: #DFDFEB;
}
.AnyTagClassName
{
color: #DFDFEB;
}
</style>
background-color css
<style>
a { background-color: #DFDFEB; }
a { background-color: rgb(223,223,235); }
div.DivClassName
{
background-color: #DFDFEB;
}
.BgClassName
{
background-color: #DFDFEB;
}
</style>
border-color css
<style>
span { border-color: #DFDFEB; }
span { border-color: rgb(223,223,235); }
td.TdClassName
{
border-color: #DFDFEB;
}
.TagClassName
{
border-color: #DFDFEB;
}
</style>