Shades of Quartz #DDDAEE
Tints of Quartz #DDDAEE
RGB
CMYK
RGB Variations
Color information
#DDDAEE (or 0xDDDAEE) is known color: Quartz. HEX triplet: DD, DA and EE. RGB value is (221,218,238). Sum of RGB (Red+Green+Blue) = 221+218+238=677 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.64% from 677); Green value is 218 (85.55% from 255 or 32.20% from 677); Blue value is 238 (93.36% from 255 or 35.16% from 677); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDDAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAEE is #222511. Grayscale: #DDDDDD. Windows color (decimal): -2237714 or 15653597. OLE color: 15653597.
HSL color Cylindrical-coordinate representation of color #DDDAEE: hue angle of 249º degrees, saturation: 0.37, 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 #DDDAEE is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 218 | 238 | - |
CMYK | 0.07 | 0.08 | 0 | 0.07 |
HSL | 249º | 0.37% | 0.89% | - |
HSV(B) | 249º | 0.08% | 0.93% | - |
XYZ | 70.32 | 71.69 | 91.02 | - |
YUV | 221.18 | 137.49 | 127.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 238 | 0.07 | 0.08 | 0 | 0.07 | 249 | 0.37 | 0.89 |
Hex | DD | DA | EE | 7 | 8 | 0 | 7 | F9 | 25 | 59 |
Octal | 335 | 332 | 356 | 7 | 10 | 0 | 7 | 371 | 45 | 131 |
Binary | 11011101 | 11011010 | 11101110 | 111 | 1000 | 0 | 111 | 11111001 | 100101 | 1011001 |
Color Harmonies of #DDDAEE
Complementary color
Monochromatic Colors of #DDDAEE
Black with #DDDAEE
Text Example
Text Example
White with #DDDAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAEE; }
p { color: rgb(221,218,238); }
H1.HeaderClassName
{
color: #DDDAEE;
}
.AnyTagClassName
{
color: #DDDAEE;
}
</style>
background-color css
<style>
a { background-color: #DDDAEE; }
a { background-color: rgb(221,218,238); }
div.DivClassName
{
background-color: #DDDAEE;
}
.BgClassName
{
background-color: #DDDAEE;
}
</style>
border-color css
<style>
span { border-color: #DDDAEE; }
span { border-color: rgb(221,218,238); }
td.TdClassName
{
border-color: #DDDAEE;
}
.TagClassName
{
border-color: #DDDAEE;
}
</style>