Shades of Quartz #DDD2FE
Tints of Quartz #DDD2FE
RGB
CMYK
RGB Variations
Color information
#DDD2FE (or 0xDDD2FE) is known color: Quartz. HEX triplet: DD, D2 and FE. RGB value is (221,210,254). Sum of RGB (Red+Green+Blue) = 221+210+254=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 210 (82.42% from 255 or 30.66% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDD2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD2FE is #222D01. Grayscale: #DADADA. Windows color (decimal): -2239746 or 16700125. OLE color: 16700125.
HSL color Cylindrical-coordinate representation of color #DDD2FE: hue angle of 255º 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 #DDD2FE is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 210 | 254 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.00 |
| HSL | 255º | 0.96% | 0.91% | - |
| HSV(B) | 255º | 0.17% | 1% | - |
| XYZ | 70.75 | 68.62 | 103.28 | - |
| YUV | 218.31 | 148.14 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 254 | 0.13 | 0.17 | 0 | 0.00 | 255 | 0.96 | 0.91 |
| Hex | DD | D2 | FE | D | 11 | 0 | 0 | FF | 60 | 5B |
| Octal | 335 | 322 | 376 | 15 | 21 | 0 | 0 | 377 | 140 | 133 |
| Binary | 11011101 | 11010010 | 11111110 | 1101 | 10001 | 0 | 0 | 11111111 | 1100000 | 1011011 |
Color Harmonies of #DDD2FE
Complementary color
Monochromatic Colors of #DDD2FE
Black with #DDD2FE
Text Example
Text Example
White with #DDD2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD2FE; }
p { color: rgb(221,210,254); }
H1.HeaderClassName
{
color: #DDD2FE;
}
.AnyTagClassName
{
color: #DDD2FE;
}
</style>
background-color css
<style>
a { background-color: #DDD2FE; }
a { background-color: rgb(221,210,254); }
div.DivClassName
{
background-color: #DDD2FE;
}
.BgClassName
{
background-color: #DDD2FE;
}
</style>
border-color css
<style>
span { border-color: #DDD2FE; }
span { border-color: rgb(221,210,254); }
td.TdClassName
{
border-color: #DDD2FE;
}
.TagClassName
{
border-color: #DDD2FE;
}
</style>