Shades of Quartz #DDD8EE
Tints of Quartz #DDD8EE
RGB
CMYK
RGB Variations
Color information
#DDD8EE (or 0xDDD8EE) is known color: Quartz. HEX triplet: DD, D8 and EE. RGB value is (221,216,238). Sum of RGB (Red+Green+Blue) = 221+216+238=675 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.74% from 675); Green value is 216 (84.77% from 255 or 32% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDD8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD8EE is #222711. Grayscale: #DBDBDB. Windows color (decimal): -2238226 or 15653085. OLE color: 15653085.
HSL color Cylindrical-coordinate representation of color #DDD8EE: hue angle of 253.64º degrees, saturation: 0.39, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDD8EE is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 216 | 238 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.07 |
| HSL | 253.64º | 0.39% | 0.89% | - |
| HSV(B) | 253.64º | 0.09% | 0.93% | - |
| XYZ | 69.81 | 70.66 | 90.85 | - |
| YUV | 220 | 138.16 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 238 | 0.07 | 0.09 | 0 | 0.07 | 253.64 | 0.39 | 0.89 |
| Hex | DD | D8 | EE | 7 | 9 | 0 | 7 | FE | 27 | 59 |
| Octal | 335 | 330 | 356 | 7 | 11 | 0 | 7 | 376 | 47 | 131 |
| Binary | 11011101 | 11011000 | 11101110 | 111 | 1001 | 0 | 111 | 11111110 | 100111 | 1011001 |
Color Harmonies of #DDD8EE
Complementary color
Monochromatic Colors of #DDD8EE
Black with #DDD8EE
Text Example
Text Example
White with #DDD8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD8EE; }
p { color: rgb(221,216,238); }
H1.HeaderClassName
{
color: #DDD8EE;
}
.AnyTagClassName
{
color: #DDD8EE;
}
</style>
background-color css
<style>
a { background-color: #DDD8EE; }
a { background-color: rgb(221,216,238); }
div.DivClassName
{
background-color: #DDD8EE;
}
.BgClassName
{
background-color: #DDD8EE;
}
</style>
border-color css
<style>
span { border-color: #DDD8EE; }
span { border-color: rgb(221,216,238); }
td.TdClassName
{
border-color: #DDD8EE;
}
.TagClassName
{
border-color: #DDD8EE;
}
</style>