Shades of Quartz #DDD3FD
Tints of Quartz #DDD3FD
RGB
CMYK
RGB Variations
Color information
#DDD3FD (or 0xDDD3FD) is known color: Quartz. HEX triplet: DD, D3 and FD. RGB value is (221,211,253). Sum of RGB (Red+Green+Blue) = 221+211+253=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 211 (82.81% from 255 or 30.80% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDD3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD3FD is #222C02. Grayscale: #DADADA. Windows color (decimal): -2239491 or 16634845. OLE color: 16634845.
HSL color Cylindrical-coordinate representation of color #DDD3FD: hue angle of 254.29º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDD3FD is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 211 | 253 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.01 |
| HSL | 254.29º | 0.91% | 0.91% | - |
| HSV(B) | 254.29º | 0.17% | 0.99% | - |
| XYZ | 70.84 | 69.05 | 102.52 | - |
| YUV | 218.78 | 147.31 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 253 | 0.13 | 0.17 | 0 | 0.01 | 254.29 | 0.91 | 0.91 |
| Hex | DD | D3 | FD | D | 11 | 0 | 1 | FE | 5B | 5B |
| Octal | 335 | 323 | 375 | 15 | 21 | 0 | 1 | 376 | 133 | 133 |
| Binary | 11011101 | 11010011 | 11111101 | 1101 | 10001 | 0 | 1 | 11111110 | 1011011 | 1011011 |
Color Harmonies of #DDD3FD
Complementary color
Monochromatic Colors of #DDD3FD
Black with #DDD3FD
Text Example
Text Example
White with #DDD3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD3FD; }
p { color: rgb(221,211,253); }
H1.HeaderClassName
{
color: #DDD3FD;
}
.AnyTagClassName
{
color: #DDD3FD;
}
</style>
background-color css
<style>
a { background-color: #DDD3FD; }
a { background-color: rgb(221,211,253); }
div.DivClassName
{
background-color: #DDD3FD;
}
.BgClassName
{
background-color: #DDD3FD;
}
</style>
border-color css
<style>
span { border-color: #DDD3FD; }
span { border-color: rgb(221,211,253); }
td.TdClassName
{
border-color: #DDD3FD;
}
.TagClassName
{
border-color: #DDD3FD;
}
</style>