Shades of Quartz #DDD9FE
Tints of Quartz #DDD9FE
RGB
CMYK
RGB Variations
Color information
#DDD9FE (or 0xDDD9FE) is known color: Quartz. HEX triplet: DD, D9 and FE. RGB value is (221,217,254). Sum of RGB (Red+Green+Blue) = 221+217+254=692 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.94% from 692); Green value is 217 (85.16% from 255 or 31.36% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDD9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD9FE is #222601. Grayscale: #DEDEDE. Windows color (decimal): -2237954 or 16701917. OLE color: 16701917.
HSL color Cylindrical-coordinate representation of color #DDD9FE: hue angle of 246.49º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDD9FE is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 217 | 254 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.00 |
| HSL | 246.49º | 0.95% | 0.92% | - |
| HSV(B) | 246.49º | 0.15% | 1% | - |
| XYZ | 72.52 | 72.15 | 103.87 | - |
| YUV | 222.41 | 145.83 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 254 | 0.13 | 0.15 | 0 | 0.00 | 246.49 | 0.95 | 0.92 |
| Hex | DD | D9 | FE | D | F | 0 | 0 | F6 | 5F | 5C |
| Octal | 335 | 331 | 376 | 15 | 17 | 0 | 0 | 366 | 137 | 134 |
| Binary | 11011101 | 11011001 | 11111110 | 1101 | 1111 | 0 | 0 | 11110110 | 1011111 | 1011100 |
Color Harmonies of #DDD9FE
Complementary color
Monochromatic Colors of #DDD9FE
Black with #DDD9FE
Text Example
Text Example
White with #DDD9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD9FE; }
p { color: rgb(221,217,254); }
H1.HeaderClassName
{
color: #DDD9FE;
}
.AnyTagClassName
{
color: #DDD9FE;
}
</style>
background-color css
<style>
a { background-color: #DDD9FE; }
a { background-color: rgb(221,217,254); }
div.DivClassName
{
background-color: #DDD9FE;
}
.BgClassName
{
background-color: #DDD9FE;
}
</style>
border-color css
<style>
span { border-color: #DDD9FE; }
span { border-color: rgb(221,217,254); }
td.TdClassName
{
border-color: #DDD9FE;
}
.TagClassName
{
border-color: #DDD9FE;
}
</style>