Shades of Quartz #DDD9FA
Tints of Quartz #DDD9FA
RGB
CMYK
RGB Variations
Color information
#DDD9FA (or 0xDDD9FA) is known color: Quartz. HEX triplet: DD, D9 and FA. RGB value is (221,217,250). Sum of RGB (Red+Green+Blue) = 221+217+250=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 217 (85.16% from 255 or 31.54% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDD9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD9FA is #222605. Grayscale: #DDDDDD. Windows color (decimal): -2237958 or 16439773. OLE color: 16439773.
HSL color Cylindrical-coordinate representation of color #DDD9FA: hue angle of 247.27º degrees, saturation: 0.77, 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 #DDD9FA is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 217 | 250 | - |
CMYK | 0.12 | 0.13 | 0 | 0.02 |
HSL | 247.27º | 0.77% | 0.92% | - |
HSV(B) | 247.27º | 0.13% | 0.98% | - |
XYZ | 71.89 | 71.9 | 100.53 | - |
YUV | 221.96 | 143.83 | 127.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 217 | 250 | 0.12 | 0.13 | 0 | 0.02 | 247.27 | 0.77 | 0.92 |
Hex | DD | D9 | FA | C | D | 0 | 2 | F7 | 4D | 5C |
Octal | 335 | 331 | 372 | 14 | 15 | 0 | 2 | 367 | 115 | 134 |
Binary | 11011101 | 11011001 | 11111010 | 1100 | 1101 | 0 | 10 | 11110111 | 1001101 | 1011100 |
Color Harmonies of #DDD9FA
Complementary color
Monochromatic Colors of #DDD9FA
Black with #DDD9FA
Text Example
Text Example
White with #DDD9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD9FA; }
p { color: rgb(221,217,250); }
H1.HeaderClassName
{
color: #DDD9FA;
}
.AnyTagClassName
{
color: #DDD9FA;
}
</style>
background-color css
<style>
a { background-color: #DDD9FA; }
a { background-color: rgb(221,217,250); }
div.DivClassName
{
background-color: #DDD9FA;
}
.BgClassName
{
background-color: #DDD9FA;
}
</style>
border-color css
<style>
span { border-color: #DDD9FA; }
span { border-color: rgb(221,217,250); }
td.TdClassName
{
border-color: #DDD9FA;
}
.TagClassName
{
border-color: #DDD9FA;
}
</style>