Shades of Quartz #DDDAF8
Tints of Quartz #DDDAF8
RGB
CMYK
RGB Variations
Color information
#DDDAF8 (or 0xDDDAF8) is known color: Quartz. HEX triplet: DD, DA and F8. RGB value is (221,218,248). Sum of RGB (Red+Green+Blue) = 221+218+248=687 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.17% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 248 (97.27% from 255 or 36.10% from 687); Max value from RGB is 248 - color contains mainly: blue. Hex color #DDDAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAF8 is #222507. Grayscale: #DEDEDE. Windows color (decimal): -2237704 or 16308957. OLE color: 16308957.
HSL color Cylindrical-coordinate representation of color #DDDAF8: hue angle of 246º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDDAF8 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 218 | 248 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.03 |
| HSL | 246º | 0.68% | 0.91% | - |
| HSV(B) | 246º | 0.12% | 0.97% | - |
| XYZ | 71.83 | 72.29 | 98.97 | - |
| YUV | 222.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 248 | 0.11 | 0.12 | 0 | 0.03 | 246 | 0.68 | 0.91 |
| Hex | DD | DA | F8 | B | C | 0 | 3 | F6 | 44 | 5B |
| Octal | 335 | 332 | 370 | 13 | 14 | 0 | 3 | 366 | 104 | 133 |
| Binary | 11011101 | 11011010 | 11111000 | 1011 | 1100 | 0 | 11 | 11110110 | 1000100 | 1011011 |
Color Harmonies of #DDDAF8
Complementary color
Monochromatic Colors of #DDDAF8
Black with #DDDAF8
Text Example
Text Example
White with #DDDAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAF8; }
p { color: rgb(221,218,248); }
H1.HeaderClassName
{
color: #DDDAF8;
}
.AnyTagClassName
{
color: #DDDAF8;
}
</style>
background-color css
<style>
a { background-color: #DDDAF8; }
a { background-color: rgb(221,218,248); }
div.DivClassName
{
background-color: #DDDAF8;
}
.BgClassName
{
background-color: #DDDAF8;
}
</style>
border-color css
<style>
span { border-color: #DDDAF8; }
span { border-color: rgb(221,218,248); }
td.TdClassName
{
border-color: #DDDAF8;
}
.TagClassName
{
border-color: #DDDAF8;
}
</style>