Shades of Quartz #DDDAF1
Tints of Quartz #DDDAF1
RGB
CMYK
RGB Variations
Color information
#DDDAF1 (or 0xDDDAF1) is known color: Quartz. HEX triplet: DD, DA and F1. RGB value is (221,218,241). Sum of RGB (Red+Green+Blue) = 221+218+241=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 218 (85.55% from 255 or 32.06% from 680); Blue value is 241 (94.53% from 255 or 35.44% from 680); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDDAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAF1 is #22250E. Grayscale: #DDDDDD. Windows color (decimal): -2237711 or 15850205. OLE color: 15850205.
HSL color Cylindrical-coordinate representation of color #DDDAF1: hue angle of 247.83º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDDAF1 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 218 | 241 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.05 |
| HSL | 247.83º | 0.45% | 0.9% | - |
| HSV(B) | 247.83º | 0.1% | 0.95% | - |
| XYZ | 70.77 | 71.87 | 93.36 | - |
| YUV | 221.52 | 138.99 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 241 | 0.08 | 0.10 | 0 | 0.05 | 247.83 | 0.45 | 0.9 |
| Hex | DD | DA | F1 | 8 | A | 0 | 5 | F8 | 2D | 5A |
| Octal | 335 | 332 | 361 | 10 | 12 | 0 | 5 | 370 | 55 | 132 |
| Binary | 11011101 | 11011010 | 11110001 | 1000 | 1010 | 0 | 101 | 11111000 | 101101 | 1011010 |
Color Harmonies of #DDDAF1
Complementary color
Monochromatic Colors of #DDDAF1
Black with #DDDAF1
Text Example
Text Example
White with #DDDAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAF1; }
p { color: rgb(221,218,241); }
H1.HeaderClassName
{
color: #DDDAF1;
}
.AnyTagClassName
{
color: #DDDAF1;
}
</style>
background-color css
<style>
a { background-color: #DDDAF1; }
a { background-color: rgb(221,218,241); }
div.DivClassName
{
background-color: #DDDAF1;
}
.BgClassName
{
background-color: #DDDAF1;
}
</style>
border-color css
<style>
span { border-color: #DDDAF1; }
span { border-color: rgb(221,218,241); }
td.TdClassName
{
border-color: #DDDAF1;
}
.TagClassName
{
border-color: #DDDAF1;
}
</style>