Shades of Quartz #DDD3FE
Tints of Quartz #DDD3FE
RGB
CMYK
RGB Variations
Color information
#DDD3FE (or 0xDDD3FE) is known color: Quartz. HEX triplet: DD, D3 and FE. RGB value is (221,211,254). Sum of RGB (Red+Green+Blue) = 221+211+254=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 211 (82.81% from 255 or 30.76% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDD3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD3FE is #222C01. Grayscale: #DADADA. Windows color (decimal): -2239490 or 16700381. OLE color: 16700381.
HSL color Cylindrical-coordinate representation of color #DDD3FE: hue angle of 253.95º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDD3FE is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 211 | 254 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.00 |
| HSL | 253.95º | 0.96% | 0.91% | - |
| HSV(B) | 253.95º | 0.17% | 1% | - |
| XYZ | 71 | 69.12 | 103.36 | - |
| YUV | 218.89 | 147.81 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 254 | 0.13 | 0.17 | 0 | 0.00 | 253.95 | 0.96 | 0.91 |
| Hex | DD | D3 | FE | D | 11 | 0 | 0 | FE | 60 | 5B |
| Octal | 335 | 323 | 376 | 15 | 21 | 0 | 0 | 376 | 140 | 133 |
| Binary | 11011101 | 11010011 | 11111110 | 1101 | 10001 | 0 | 0 | 11111110 | 1100000 | 1011011 |
Color Harmonies of #DDD3FE
Complementary color
Monochromatic Colors of #DDD3FE
Black with #DDD3FE
Text Example
Text Example
White with #DDD3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD3FE; }
p { color: rgb(221,211,254); }
H1.HeaderClassName
{
color: #DDD3FE;
}
.AnyTagClassName
{
color: #DDD3FE;
}
</style>
background-color css
<style>
a { background-color: #DDD3FE; }
a { background-color: rgb(221,211,254); }
div.DivClassName
{
background-color: #DDD3FE;
}
.BgClassName
{
background-color: #DDD3FE;
}
</style>
border-color css
<style>
span { border-color: #DDD3FE; }
span { border-color: rgb(221,211,254); }
td.TdClassName
{
border-color: #DDD3FE;
}
.TagClassName
{
border-color: #DDD3FE;
}
</style>