Shades of Quartz #DDDAEB
Tints of Quartz #DDDAEB
RGB
CMYK
RGB Variations
Color information
#DDDAEB (or 0xDDDAEB) is known color: Quartz. HEX triplet: DD, DA and EB. RGB value is (221,218,235). Sum of RGB (Red+Green+Blue) = 221+218+235=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 235 (92.19% from 255 or 34.87% from 674); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDDAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAEB is #222514. Grayscale: #DCDCDC. Windows color (decimal): -2237717 or 15456989. OLE color: 15456989.
HSL color Cylindrical-coordinate representation of color #DDDAEB: hue angle of 250.59º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDDAEB is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 221 | 218 | 235 | - |
CMYK | 0.06 | 0.07 | 0 | 0.08 |
HSL | 250.59º | 0.3% | 0.89% | - |
HSV(B) | 250.59º | 0.07% | 0.92% | - |
XYZ | 69.89 | 71.51 | 88.72 | - |
YUV | 220.84 | 135.99 | 128.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 235 | 0.06 | 0.07 | 0 | 0.08 | 250.59 | 0.3 | 0.89 |
Hex | DD | DA | EB | 6 | 7 | 0 | 8 | FB | 1E | 59 |
Octal | 335 | 332 | 353 | 6 | 7 | 0 | 10 | 373 | 36 | 131 |
Binary | 11011101 | 11011010 | 11101011 | 110 | 111 | 0 | 1000 | 11111011 | 11110 | 1011001 |
Color Harmonies of #DDDAEB
Complementary color
Monochromatic Colors of #DDDAEB
Black with #DDDAEB
Text Example
Text Example
White with #DDDAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAEB; }
p { color: rgb(221,218,235); }
H1.HeaderClassName
{
color: #DDDAEB;
}
.AnyTagClassName
{
color: #DDDAEB;
}
</style>
background-color css
<style>
a { background-color: #DDDAEB; }
a { background-color: rgb(221,218,235); }
div.DivClassName
{
background-color: #DDDAEB;
}
.BgClassName
{
background-color: #DDDAEB;
}
</style>
border-color css
<style>
span { border-color: #DDDAEB; }
span { border-color: rgb(221,218,235); }
td.TdClassName
{
border-color: #DDDAEB;
}
.TagClassName
{
border-color: #DDDAEB;
}
</style>