Shades of Quartz #DDDDED
Tints of Quartz #DDDDED
RGB
CMYK
RGB Variations
Color information
#DDDDED (or 0xDDDDED) is known color: Quartz. HEX triplet: DD, DD and ED. RGB value is (221,221,237). Sum of RGB (Red+Green+Blue) = 221+221+237=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 221 (86.72% from 255 or 32.55% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDDDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDDED is #222212. Grayscale: #DEDEDE. Windows color (decimal): -2236947 or 15588829. OLE color: 15588829.
HSL color Cylindrical-coordinate representation of color #DDDDED: hue angle of 240º 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 #DDDDED is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 221 | 237 | - |
CMYK | 0.07 | 0.07 | 0 | 0.07 |
HSL | 240º | 0.31% | 0.9% | - |
HSV(B) | 240º | 0.07% | 0.93% | - |
XYZ | 70.96 | 73.2 | 90.51 | - |
YUV | 222.82 | 136 | 126.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 237 | 0.07 | 0.07 | 0 | 0.07 | 240 | 0.31 | 0.9 |
Hex | DD | DD | ED | 7 | 7 | 0 | 7 | F0 | 1F | 5A |
Octal | 335 | 335 | 355 | 7 | 7 | 0 | 7 | 360 | 37 | 132 |
Binary | 11011101 | 11011101 | 11101101 | 111 | 111 | 0 | 111 | 11110000 | 11111 | 1011010 |
Color Harmonies of #DDDDED
Complementary color
Monochromatic Colors of #DDDDED
Black with #DDDDED
Text Example
Text Example
White with #DDDDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDED; }
p { color: rgb(221,221,237); }
H1.HeaderClassName
{
color: #DDDDED;
}
.AnyTagClassName
{
color: #DDDDED;
}
</style>
background-color css
<style>
a { background-color: #DDDDED; }
a { background-color: rgb(221,221,237); }
div.DivClassName
{
background-color: #DDDDED;
}
.BgClassName
{
background-color: #DDDDED;
}
</style>
border-color css
<style>
span { border-color: #DDDDED; }
span { border-color: rgb(221,221,237); }
td.TdClassName
{
border-color: #DDDDED;
}
.TagClassName
{
border-color: #DDDDED;
}
</style>