Shades of Quartz #DDDAED
Tints of Quartz #DDDAED
RGB
CMYK
RGB Variations
Color information
#DDDAED (or 0xDDDAED) is known color: Quartz. HEX triplet: DD, DA and ED. RGB value is (221,218,237). Sum of RGB (Red+Green+Blue) = 221+218+237=676 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.69% from 676); Green value is 218 (85.55% from 255 or 32.25% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDDAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAED is #222512. Grayscale: #DCDCDC. Windows color (decimal): -2237715 or 15588061. OLE color: 15588061.
HSL color Cylindrical-coordinate representation of color #DDDAED: hue angle of 249.47º degrees, saturation: 0.35, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDDAED is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 218 | 237 | - |
CMYK | 0.07 | 0.08 | 0 | 0.07 |
HSL | 249.47º | 0.35% | 0.89% | - |
HSV(B) | 249.47º | 0.08% | 0.93% | - |
XYZ | 70.18 | 71.63 | 90.25 | - |
YUV | 221.06 | 136.99 | 127.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 237 | 0.07 | 0.08 | 0 | 0.07 | 249.47 | 0.35 | 0.89 |
Hex | DD | DA | ED | 7 | 8 | 0 | 7 | F9 | 23 | 59 |
Octal | 335 | 332 | 355 | 7 | 10 | 0 | 7 | 371 | 43 | 131 |
Binary | 11011101 | 11011010 | 11101101 | 111 | 1000 | 0 | 111 | 11111001 | 100011 | 1011001 |
Color Harmonies of #DDDAED
Complementary color
Monochromatic Colors of #DDDAED
Black with #DDDAED
Text Example
Text Example
White with #DDDAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAED; }
p { color: rgb(221,218,237); }
H1.HeaderClassName
{
color: #DDDAED;
}
.AnyTagClassName
{
color: #DDDAED;
}
</style>
background-color css
<style>
a { background-color: #DDDAED; }
a { background-color: rgb(221,218,237); }
div.DivClassName
{
background-color: #DDDAED;
}
.BgClassName
{
background-color: #DDDAED;
}
</style>
border-color css
<style>
span { border-color: #DDDAED; }
span { border-color: rgb(221,218,237); }
td.TdClassName
{
border-color: #DDDAED;
}
.TagClassName
{
border-color: #DDDAED;
}
</style>