Shades of Quartz #DFDDED
Tints of Quartz #DFDDED
RGB
CMYK
RGB Variations
Color information
#DFDDED (or 0xDFDDED) is known color: Quartz. HEX triplet: DF, DD and ED. RGB value is (223,221,237). Sum of RGB (Red+Green+Blue) = 223+221+237=681 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.75% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFDDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDDED is #202212. Grayscale: #DFDFDF. Windows color (decimal): -2105875 or 15588831. OLE color: 15588831.
HSL color Cylindrical-coordinate representation of color #DFDDED: hue angle of 247.5º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFDDED is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 221 | 237 | - |
CMYK | 0.06 | 0.07 | 0 | 0.07 |
HSL | 247.5º | 0.31% | 0.9% | - |
HSV(B) | 247.5º | 0.07% | 0.93% | - |
XYZ | 71.57 | 73.52 | 90.54 | - |
YUV | 223.42 | 135.66 | 127.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 221 | 237 | 0.06 | 0.07 | 0 | 0.07 | 247.5 | 0.31 | 0.9 |
Hex | DF | DD | ED | 6 | 7 | 0 | 7 | F8 | 1F | 5A |
Octal | 337 | 335 | 355 | 6 | 7 | 0 | 7 | 370 | 37 | 132 |
Binary | 11011111 | 11011101 | 11101101 | 110 | 111 | 0 | 111 | 11111000 | 11111 | 1011010 |
Color Harmonies of #DFDDED
Complementary color
Monochromatic Colors of #DFDDED
Black with #DFDDED
Text Example
Text Example
White with #DFDDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDED; }
p { color: rgb(223,221,237); }
H1.HeaderClassName
{
color: #DFDDED;
}
.AnyTagClassName
{
color: #DFDDED;
}
</style>
background-color css
<style>
a { background-color: #DFDDED; }
a { background-color: rgb(223,221,237); }
div.DivClassName
{
background-color: #DFDDED;
}
.BgClassName
{
background-color: #DFDDED;
}
</style>
border-color css
<style>
span { border-color: #DFDDED; }
span { border-color: rgb(223,221,237); }
td.TdClassName
{
border-color: #DFDDED;
}
.TagClassName
{
border-color: #DFDDED;
}
</style>