Shades of Quartz #DCDBF7
Tints of Quartz #DCDBF7
RGB
CMYK
RGB Variations
Color information
#DCDBF7 (or 0xDCDBF7) is known color: Quartz. HEX triplet: DC, DB and F7. RGB value is (220,219,247). Sum of RGB (Red+Green+Blue) = 220+219+247=686 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.07% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 247 (96.88% from 255 or 36.01% from 686); Max value from RGB is 247 - color contains mainly: blue. Hex color #DCDBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDBF7 is #232408. Grayscale: #DEDEDE. Windows color (decimal): -2302985 or 16243676. OLE color: 16243676.
HSL color Cylindrical-coordinate representation of color #DCDBF7: hue angle of 242.14º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCDBF7 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 219 | 247 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.03 |
| HSL | 242.14º | 0.64% | 0.91% | - |
| HSV(B) | 242.14º | 0.11% | 0.97% | - |
| XYZ | 71.64 | 72.59 | 98.23 | - |
| YUV | 222.49 | 141.83 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 247 | 0.11 | 0.11 | 0 | 0.03 | 242.14 | 0.64 | 0.91 |
| Hex | DC | DB | F7 | B | B | 0 | 3 | F2 | 40 | 5B |
| Octal | 334 | 333 | 367 | 13 | 13 | 0 | 3 | 362 | 100 | 133 |
| Binary | 11011100 | 11011011 | 11110111 | 1011 | 1011 | 0 | 11 | 11110010 | 1000000 | 1011011 |
Color Harmonies of #DCDBF7
Complementary color
Monochromatic Colors of #DCDBF7
Black with #DCDBF7
Text Example
Text Example
White with #DCDBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDBF7; }
p { color: rgb(220,219,247); }
H1.HeaderClassName
{
color: #DCDBF7;
}
.AnyTagClassName
{
color: #DCDBF7;
}
</style>
background-color css
<style>
a { background-color: #DCDBF7; }
a { background-color: rgb(220,219,247); }
div.DivClassName
{
background-color: #DCDBF7;
}
.BgClassName
{
background-color: #DCDBF7;
}
</style>
border-color css
<style>
span { border-color: #DCDBF7; }
span { border-color: rgb(220,219,247); }
td.TdClassName
{
border-color: #DCDBF7;
}
.TagClassName
{
border-color: #DCDBF7;
}
</style>