Shades of Quartz #DDD1FE
Tints of Quartz #DDD1FE
RGB
CMYK
RGB Variations
Color information
#DDD1FE (or 0xDDD1FE) is known color: Quartz. HEX triplet: DD, D1 and FE. RGB value is (221,209,254). Sum of RGB (Red+Green+Blue) = 221+209+254=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 209 (82.03% from 255 or 30.56% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDD1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD1FE is #222E01. Grayscale: #D9D9D9. Windows color (decimal): -2240002 or 16699869. OLE color: 16699869.
HSL color Cylindrical-coordinate representation of color #DDD1FE: hue angle of 256º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDD1FE is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 209 | 254 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.00 |
| HSL | 256º | 0.96% | 0.91% | - |
| HSV(B) | 256º | 0.18% | 1% | - |
| XYZ | 70.51 | 68.13 | 103.2 | - |
| YUV | 217.72 | 148.48 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 254 | 0.13 | 0.18 | 0 | 0.00 | 256 | 0.96 | 0.91 |
| Hex | DD | D1 | FE | D | 12 | 0 | 0 | 100 | 60 | 5B |
| Octal | 335 | 321 | 376 | 15 | 22 | 0 | 0 | 400 | 140 | 133 |
| Binary | 11011101 | 11010001 | 11111110 | 1101 | 10010 | 0 | 0 | 100000000 | 1100000 | 1011011 |
Color Harmonies of #DDD1FE
Complementary color
Monochromatic Colors of #DDD1FE
Black with #DDD1FE
Text Example
Text Example
White with #DDD1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD1FE; }
p { color: rgb(221,209,254); }
H1.HeaderClassName
{
color: #DDD1FE;
}
.AnyTagClassName
{
color: #DDD1FE;
}
</style>
background-color css
<style>
a { background-color: #DDD1FE; }
a { background-color: rgb(221,209,254); }
div.DivClassName
{
background-color: #DDD1FE;
}
.BgClassName
{
background-color: #DDD1FE;
}
</style>
border-color css
<style>
span { border-color: #DDD1FE; }
span { border-color: rgb(221,209,254); }
td.TdClassName
{
border-color: #DDD1FE;
}
.TagClassName
{
border-color: #DDD1FE;
}
</style>