Shades of Quartz #DFDFEF
Tints of Quartz #DFDFEF
RGB
CMYK
RGB Variations
Color information
#DFDFEF (or 0xDFDFEF) is known color: Quartz. HEX triplet: DF, DF and EF. RGB value is (223,223,239). Sum of RGB (Red+Green+Blue) = 223+223+239=685 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.55% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFDFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDFEF is #202010. Grayscale: #E0E0E0. Windows color (decimal): -2105361 or 15720415. OLE color: 15720415.
HSL color Cylindrical-coordinate representation of color #DFDFEF: hue angle of 240º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFDFEF is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 223 | 223 | 239 | - |
CMYK | 0.07 | 0.07 | 0 | 0.06 |
HSL | 240º | 0.33% | 0.91% | - |
HSV(B) | 240º | 0.07% | 0.94% | - |
XYZ | 72.4 | 74.7 | 92.26 | - |
YUV | 224.82 | 136 | 126.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 223 | 239 | 0.07 | 0.07 | 0 | 0.06 | 240 | 0.33 | 0.91 |
Hex | DF | DF | EF | 7 | 7 | 0 | 6 | F0 | 21 | 5B |
Octal | 337 | 337 | 357 | 7 | 7 | 0 | 6 | 360 | 41 | 133 |
Binary | 11011111 | 11011111 | 11101111 | 111 | 111 | 0 | 110 | 11110000 | 100001 | 1011011 |
Color Harmonies of #DFDFEF
Complementary color
Monochromatic Colors of #DFDFEF
Black with #DFDFEF
Text Example
Text Example
White with #DFDFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFEF; }
p { color: rgb(223,223,239); }
H1.HeaderClassName
{
color: #DFDFEF;
}
.AnyTagClassName
{
color: #DFDFEF;
}
</style>
background-color css
<style>
a { background-color: #DFDFEF; }
a { background-color: rgb(223,223,239); }
div.DivClassName
{
background-color: #DFDFEF;
}
.BgClassName
{
background-color: #DFDFEF;
}
</style>
border-color css
<style>
span { border-color: #DFDFEF; }
span { border-color: rgb(223,223,239); }
td.TdClassName
{
border-color: #DFDFEF;
}
.TagClassName
{
border-color: #DFDFEF;
}
</style>