Shades of Quartz #DDDCFF
Tints of Quartz #DDDCFF
RGB
CMYK
RGB Variations
Color information
#DDDCFF (or 0xDDDCFF) is known color: Quartz. HEX triplet: DD, DC and FF. RGB value is (221,220,255). Sum of RGB (Red+Green+Blue) = 221+220+255=696 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.75% from 696); Green value is 220 (86.33% from 255 or 31.61% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDDCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDCFF is #222300. Grayscale: #E0E0E0. Windows color (decimal): -2237185 or 16768221. OLE color: 16768221.
HSL color Cylindrical-coordinate representation of color #DDDCFF: hue angle of 241.71º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDDCFF is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 220 | 255 | - |
| CMYK | 0.13 | 0.14 | 0 | 0 |
| HSL | 241.71º | 1% | 0.93% | - |
| HSV(B) | 241.71º | 0.14% | 1% | - |
| XYZ | 73.46 | 73.78 | 104.98 | - |
| YUV | 224.29 | 145.33 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 255 | 0.13 | 0.14 | 0 | 0 | 241.71 | 1 | 0.93 |
| Hex | DD | DC | FF | D | E | 0 | 0 | F2 | 64 | 5D |
| Octal | 335 | 334 | 377 | 15 | 16 | 0 | 0 | 362 | 144 | 135 |
| Binary | 11011101 | 11011100 | 11111111 | 1101 | 1110 | 0 | 0 | 11110010 | 1100100 | 1011101 |
Color Harmonies of #DDDCFF
Complementary color
Monochromatic Colors of #DDDCFF
Black with #DDDCFF
Text Example
Text Example
White with #DDDCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCFF; }
p { color: rgb(221,220,255); }
H1.HeaderClassName
{
color: #DDDCFF;
}
.AnyTagClassName
{
color: #DDDCFF;
}
</style>
background-color css
<style>
a { background-color: #DDDCFF; }
a { background-color: rgb(221,220,255); }
div.DivClassName
{
background-color: #DDDCFF;
}
.BgClassName
{
background-color: #DDDCFF;
}
</style>
border-color css
<style>
span { border-color: #DDDCFF; }
span { border-color: rgb(221,220,255); }
td.TdClassName
{
border-color: #DDDCFF;
}
.TagClassName
{
border-color: #DDDCFF;
}
</style>