Shades of Quartz #DCDBF3
Tints of Quartz #DCDBF3
RGB
CMYK
RGB Variations
Color information
#DCDBF3 (or 0xDCDBF3) is known color: Quartz. HEX triplet: DC, DB and F3. RGB value is (220,219,243). Sum of RGB (Red+Green+Blue) = 220+219+243=682 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.26% from 682); Green value is 219 (85.94% from 255 or 32.11% from 682); Blue value is 243 (95.31% from 255 or 35.63% from 682); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCDBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDBF3 is #23240C. Grayscale: #DDDDDD. Windows color (decimal): -2302989 or 15981532. OLE color: 15981532.
HSL color Cylindrical-coordinate representation of color #DCDBF3: hue angle of 242.5º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCDBF3 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 219 | 243 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.05 |
| HSL | 242.5º | 0.5% | 0.91% | - |
| HSV(B) | 242.5º | 0.1% | 0.95% | - |
| XYZ | 71.02 | 72.35 | 95.02 | - |
| YUV | 222.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 243 | 0.09 | 0.10 | 0 | 0.05 | 242.5 | 0.5 | 0.91 |
| Hex | DC | DB | F3 | 9 | A | 0 | 5 | F2 | 32 | 5B |
| Octal | 334 | 333 | 363 | 11 | 12 | 0 | 5 | 362 | 62 | 133 |
| Binary | 11011100 | 11011011 | 11110011 | 1001 | 1010 | 0 | 101 | 11110010 | 110010 | 1011011 |
Color Harmonies of #DCDBF3
Complementary color
Monochromatic Colors of #DCDBF3
Black with #DCDBF3
Text Example
Text Example
White with #DCDBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDBF3; }
p { color: rgb(220,219,243); }
H1.HeaderClassName
{
color: #DCDBF3;
}
.AnyTagClassName
{
color: #DCDBF3;
}
</style>
background-color css
<style>
a { background-color: #DCDBF3; }
a { background-color: rgb(220,219,243); }
div.DivClassName
{
background-color: #DCDBF3;
}
.BgClassName
{
background-color: #DCDBF3;
}
</style>
border-color css
<style>
span { border-color: #DCDBF3; }
span { border-color: rgb(220,219,243); }
td.TdClassName
{
border-color: #DCDBF3;
}
.TagClassName
{
border-color: #DCDBF3;
}
</style>