Shades of Quartz #DDDAFA
Tints of Quartz #DDDAFA
RGB
CMYK
RGB Variations
Color information
#DDDAFA (or 0xDDDAFA) is known color: Quartz. HEX triplet: DD, DA and FA. RGB value is (221,218,250). Sum of RGB (Red+Green+Blue) = 221+218+250=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 218 (85.55% from 255 or 31.64% from 689); Blue value is 250 (98.05% from 255 or 36.28% from 689); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDDAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAFA is #222505. Grayscale: #DEDEDE. Windows color (decimal): -2237702 or 16440029. OLE color: 16440029.
HSL color Cylindrical-coordinate representation of color #DDDAFA: hue angle of 245.62º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDDAFA is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 218 | 250 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.02 |
| HSL | 245.63º | 0.76% | 0.92% | - |
| HSV(B) | 245.63º | 0.13% | 0.98% | - |
| XYZ | 72.15 | 72.42 | 100.62 | - |
| YUV | 222.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 250 | 0.12 | 0.13 | 0 | 0.02 | 245.63 | 0.76 | 0.92 |
| Hex | DD | DA | FA | C | D | 0 | 2 | F6 | 4C | 5C |
| Octal | 335 | 332 | 372 | 14 | 15 | 0 | 2 | 366 | 114 | 134 |
| Binary | 11011101 | 11011010 | 11111010 | 1100 | 1101 | 0 | 10 | 11110110 | 1001100 | 1011100 |
Color Harmonies of #DDDAFA
Complementary color
Monochromatic Colors of #DDDAFA
Black with #DDDAFA
Text Example
Text Example
White with #DDDAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAFA; }
p { color: rgb(221,218,250); }
H1.HeaderClassName
{
color: #DDDAFA;
}
.AnyTagClassName
{
color: #DDDAFA;
}
</style>
background-color css
<style>
a { background-color: #DDDAFA; }
a { background-color: rgb(221,218,250); }
div.DivClassName
{
background-color: #DDDAFA;
}
.BgClassName
{
background-color: #DDDAFA;
}
</style>
border-color css
<style>
span { border-color: #DDDAFA; }
span { border-color: rgb(221,218,250); }
td.TdClassName
{
border-color: #DDDAFA;
}
.TagClassName
{
border-color: #DDDAFA;
}
</style>