Shades of Quartz #DDD2FC
Tints of Quartz #DDD2FC
RGB
CMYK
RGB Variations
Color information
#DDD2FC (or 0xDDD2FC) is known color: Quartz. HEX triplet: DD, D2 and FC. RGB value is (221,210,252). Sum of RGB (Red+Green+Blue) = 221+210+252=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 210 (82.42% from 255 or 30.75% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDD2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD2FC is #222D03. Grayscale: #D9D9D9. Windows color (decimal): -2239748 or 16569053. OLE color: 16569053.
HSL color Cylindrical-coordinate representation of color #DDD2FC: hue angle of 255.71º degrees, saturation: 0.88, 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 #DDD2FC is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 210 | 252 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.01 |
| HSL | 255.71º | 0.88% | 0.91% | - |
| HSV(B) | 255.71º | 0.17% | 0.99% | - |
| XYZ | 70.44 | 68.49 | 101.6 | - |
| YUV | 218.08 | 147.14 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 252 | 0.12 | 0.17 | 0 | 0.01 | 255.71 | 0.88 | 0.91 |
| Hex | DD | D2 | FC | C | 11 | 0 | 1 | 100 | 58 | 5B |
| Octal | 335 | 322 | 374 | 14 | 21 | 0 | 1 | 400 | 130 | 133 |
| Binary | 11011101 | 11010010 | 11111100 | 1100 | 10001 | 0 | 1 | 100000000 | 1011000 | 1011011 |
Color Harmonies of #DDD2FC
Complementary color
Monochromatic Colors of #DDD2FC
Black with #DDD2FC
Text Example
Text Example
White with #DDD2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD2FC; }
p { color: rgb(221,210,252); }
H1.HeaderClassName
{
color: #DDD2FC;
}
.AnyTagClassName
{
color: #DDD2FC;
}
</style>
background-color css
<style>
a { background-color: #DDD2FC; }
a { background-color: rgb(221,210,252); }
div.DivClassName
{
background-color: #DDD2FC;
}
.BgClassName
{
background-color: #DDD2FC;
}
</style>
border-color css
<style>
span { border-color: #DDD2FC; }
span { border-color: rgb(221,210,252); }
td.TdClassName
{
border-color: #DDD2FC;
}
.TagClassName
{
border-color: #DDD2FC;
}
</style>