Shades of Quartz #DCDDFA
Tints of Quartz #DCDDFA
RGB
CMYK
RGB Variations
Color information
#DCDDFA (or 0xDCDDFA) is known color: Quartz. HEX triplet: DC, DD and FA. RGB value is (220,221,250). Sum of RGB (Red+Green+Blue) = 220+221+250=691 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.84% from 691); Green value is 221 (86.72% from 255 or 31.98% from 691); Blue value is 250 (98.05% from 255 or 36.18% from 691); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCDDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDDFA is #232205. Grayscale: #DFDFDF. Windows color (decimal): -2302470 or 16440796. OLE color: 16440796.
HSL color Cylindrical-coordinate representation of color #DCDDFA: hue angle of 238º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCDDFA is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 221 | 250 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.02 |
| HSL | 238º | 0.75% | 0.92% | - |
| HSV(B) | 238º | 0.12% | 0.98% | - |
| XYZ | 72.63 | 73.83 | 100.87 | - |
| YUV | 224.01 | 142.67 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 250 | 0.12 | 0.12 | 0 | 0.02 | 238 | 0.75 | 0.92 |
| Hex | DC | DD | FA | C | C | 0 | 2 | EE | 4B | 5C |
| Octal | 334 | 335 | 372 | 14 | 14 | 0 | 2 | 356 | 113 | 134 |
| Binary | 11011100 | 11011101 | 11111010 | 1100 | 1100 | 0 | 10 | 11101110 | 1001011 | 1011100 |
Color Harmonies of #DCDDFA
Complementary color
Monochromatic Colors of #DCDDFA
Black with #DCDDFA
Text Example
Text Example
White with #DCDDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDDFA; }
p { color: rgb(220,221,250); }
H1.HeaderClassName
{
color: #DCDDFA;
}
.AnyTagClassName
{
color: #DCDDFA;
}
</style>
background-color css
<style>
a { background-color: #DCDDFA; }
a { background-color: rgb(220,221,250); }
div.DivClassName
{
background-color: #DCDDFA;
}
.BgClassName
{
background-color: #DCDDFA;
}
</style>
border-color css
<style>
span { border-color: #DCDDFA; }
span { border-color: rgb(220,221,250); }
td.TdClassName
{
border-color: #DCDDFA;
}
.TagClassName
{
border-color: #DCDDFA;
}
</style>