Shades of Quartz #DCDBF6
Tints of Quartz #DCDBF6
RGB
CMYK
RGB Variations
Color information
#DCDBF6 (or 0xDCDBF6) is known color: Quartz. HEX triplet: DC, DB and F6. RGB value is (220,219,246). Sum of RGB (Red+Green+Blue) = 220+219+246=685 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.12% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 246 (96.48% from 255 or 35.91% from 685); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCDBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDBF6 is #232409. Grayscale: #DEDEDE. Windows color (decimal): -2302986 or 16178140. OLE color: 16178140.
HSL color Cylindrical-coordinate representation of color #DCDBF6: hue angle of 242.22º degrees, saturation: 0.6, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCDBF6 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 219 | 246 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.04 |
| HSL | 242.22º | 0.6% | 0.91% | - |
| HSV(B) | 242.22º | 0.11% | 0.96% | - |
| XYZ | 71.48 | 72.53 | 97.42 | - |
| YUV | 222.38 | 141.33 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 246 | 0.11 | 0.11 | 0 | 0.04 | 242.22 | 0.6 | 0.91 |
| Hex | DC | DB | F6 | B | B | 0 | 4 | F2 | 3C | 5B |
| Octal | 334 | 333 | 366 | 13 | 13 | 0 | 4 | 362 | 74 | 133 |
| Binary | 11011100 | 11011011 | 11110110 | 1011 | 1011 | 0 | 100 | 11110010 | 111100 | 1011011 |
Color Harmonies of #DCDBF6
Complementary color
Monochromatic Colors of #DCDBF6
Black with #DCDBF6
Text Example
Text Example
White with #DCDBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDBF6; }
p { color: rgb(220,219,246); }
H1.HeaderClassName
{
color: #DCDBF6;
}
.AnyTagClassName
{
color: #DCDBF6;
}
</style>
background-color css
<style>
a { background-color: #DCDBF6; }
a { background-color: rgb(220,219,246); }
div.DivClassName
{
background-color: #DCDBF6;
}
.BgClassName
{
background-color: #DCDBF6;
}
</style>
border-color css
<style>
span { border-color: #DCDBF6; }
span { border-color: rgb(220,219,246); }
td.TdClassName
{
border-color: #DCDBF6;
}
.TagClassName
{
border-color: #DCDBF6;
}
</style>