Shades of Quartz #DDDDDF
Tints of Quartz #DDDDDF
RGB
CMYK
RGB Variations
Color information
#DDDDDF (or 0xDDDDDF) is known color: Quartz. HEX triplet: DD, DD and DF. RGB value is (221,221,223). Sum of RGB (Red+Green+Blue) = 221+221+223=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 223 (87.5% from 255 or 33.53% from 665); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDDDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDDF is #222220. Grayscale: #DDDDDD. Windows color (decimal): -2236961 or 14671325. OLE color: 14671325.
HSL color Cylindrical-coordinate representation of color #DDDDDF: hue angle of 240º degrees, saturation: 0.03, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DDDDDF is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 221 | 223 | - |
CMYK | 0.01 | 0.01 | 0 | 0.13 |
HSL | 240º | 0.03% | 0.87% | - |
HSV(B) | 240º | 0.01% | 0.87% | - |
XYZ | 68.99 | 72.41 | 80.15 | - |
YUV | 221.23 | 129 | 127.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 223 | 0.01 | 0.01 | 0 | 0.13 | 240 | 0.03 | 0.87 |
Hex | DD | DD | DF | 1 | 1 | 0 | D | F0 | 3 | 57 |
Octal | 335 | 335 | 337 | 1 | 1 | 0 | 15 | 360 | 3 | 127 |
Binary | 11011101 | 11011101 | 11011111 | 1 | 1 | 0 | 1101 | 11110000 | 11 | 1010111 |
Color Harmonies of #DDDDDF
Complementary color
Monochromatic Colors of #DDDDDF
Black with #DDDDDF
Text Example
Text Example
White with #DDDDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDDF; }
p { color: rgb(221,221,223); }
H1.HeaderClassName
{
color: #DDDDDF;
}
.AnyTagClassName
{
color: #DDDDDF;
}
</style>
background-color css
<style>
a { background-color: #DDDDDF; }
a { background-color: rgb(221,221,223); }
div.DivClassName
{
background-color: #DDDDDF;
}
.BgClassName
{
background-color: #DDDDDF;
}
</style>
border-color css
<style>
span { border-color: #DDDDDF; }
span { border-color: rgb(221,221,223); }
td.TdClassName
{
border-color: #DDDDDF;
}
.TagClassName
{
border-color: #DDDDDF;
}
</style>