Shades of Quartz #DDDAE7
Tints of Quartz #DDDAE7
RGB
CMYK
RGB Variations
Color information
#DDDAE7 (or 0xDDDAE7) is known color: Quartz. HEX triplet: DD, DA and E7. RGB value is (221,218,231). Sum of RGB (Red+Green+Blue) = 221+218+231=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 231 (90.62% from 255 or 34.48% from 670); Max value from RGB is 231 - color contains mainly: blue. Hex color #DDDAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAE7 is #222518. Grayscale: #DCDCDC. Windows color (decimal): -2237721 or 15194845. OLE color: 15194845.
HSL color Cylindrical-coordinate representation of color #DDDAE7: hue angle of 253.85º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDDAE7 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 221 | 218 | 231 | - |
CMYK | 0.04 | 0.06 | 0 | 0.09 |
HSL | 253.85º | 0.21% | 0.88% | - |
HSV(B) | 253.85º | 0.06% | 0.91% | - |
XYZ | 69.31 | 71.28 | 85.71 | - |
YUV | 220.38 | 133.99 | 128.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 231 | 0.04 | 0.06 | 0 | 0.09 | 253.85 | 0.21 | 0.88 |
Hex | DD | DA | E7 | 4 | 6 | 0 | 9 | FE | 15 | 58 |
Octal | 335 | 332 | 347 | 4 | 6 | 0 | 11 | 376 | 25 | 130 |
Binary | 11011101 | 11011010 | 11100111 | 100 | 110 | 0 | 1001 | 11111110 | 10101 | 1011000 |
Color Harmonies of #DDDAE7
Complementary color
Monochromatic Colors of #DDDAE7
Black with #DDDAE7
Text Example
Text Example
White with #DDDAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAE7; }
p { color: rgb(221,218,231); }
H1.HeaderClassName
{
color: #DDDAE7;
}
.AnyTagClassName
{
color: #DDDAE7;
}
</style>
background-color css
<style>
a { background-color: #DDDAE7; }
a { background-color: rgb(221,218,231); }
div.DivClassName
{
background-color: #DDDAE7;
}
.BgClassName
{
background-color: #DDDAE7;
}
</style>
border-color css
<style>
span { border-color: #DDDAE7; }
span { border-color: rgb(221,218,231); }
td.TdClassName
{
border-color: #DDDAE7;
}
.TagClassName
{
border-color: #DDDAE7;
}
</style>