Shades of Quartz #DDD7FE
Tints of Quartz #DDD7FE
RGB
CMYK
RGB Variations
Color information
#DDD7FE (or 0xDDD7FE) is known color: Quartz. HEX triplet: DD, D7 and FE. RGB value is (221,215,254). Sum of RGB (Red+Green+Blue) = 221+215+254=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 215 (84.38% from 255 or 31.16% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDD7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD7FE is #222801. Grayscale: #DDDDDD. Windows color (decimal): -2238466 or 16701405. OLE color: 16701405.
HSL color Cylindrical-coordinate representation of color #DDD7FE: hue angle of 249.23º 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 #DDD7FE is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 215 | 254 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.00 |
| HSL | 249.23º | 0.95% | 0.92% | - |
| HSV(B) | 249.23º | 0.15% | 1% | - |
| XYZ | 72.01 | 71.13 | 103.7 | - |
| YUV | 221.24 | 146.49 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 254 | 0.13 | 0.15 | 0 | 0.00 | 249.23 | 0.95 | 0.92 |
| Hex | DD | D7 | FE | D | F | 0 | 0 | F9 | 5F | 5C |
| Octal | 335 | 327 | 376 | 15 | 17 | 0 | 0 | 371 | 137 | 134 |
| Binary | 11011101 | 11010111 | 11111110 | 1101 | 1111 | 0 | 0 | 11111001 | 1011111 | 1011100 |
Color Harmonies of #DDD7FE
Complementary color
Monochromatic Colors of #DDD7FE
Black with #DDD7FE
Text Example
Text Example
White with #DDD7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD7FE; }
p { color: rgb(221,215,254); }
H1.HeaderClassName
{
color: #DDD7FE;
}
.AnyTagClassName
{
color: #DDD7FE;
}
</style>
background-color css
<style>
a { background-color: #DDD7FE; }
a { background-color: rgb(221,215,254); }
div.DivClassName
{
background-color: #DDD7FE;
}
.BgClassName
{
background-color: #DDD7FE;
}
</style>
border-color css
<style>
span { border-color: #DDD7FE; }
span { border-color: rgb(221,215,254); }
td.TdClassName
{
border-color: #DDD7FE;
}
.TagClassName
{
border-color: #DDD7FE;
}
</style>