Shades of Quartz #DCDBFC
Tints of Quartz #DCDBFC
RGB
CMYK
RGB Variations
Color information
#DCDBFC (or 0xDCDBFC) is known color: Quartz. HEX triplet: DC, DB and FC. RGB value is (220,219,252). Sum of RGB (Red+Green+Blue) = 220+219+252=691 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.84% from 691); Green value is 219 (85.94% from 255 or 31.69% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCDBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDBFC is #232403. Grayscale: #DEDEDE. Windows color (decimal): -2302980 or 16571356. OLE color: 16571356.
HSL color Cylindrical-coordinate representation of color #DCDBFC: hue angle of 241.82º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCDBFC is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 219 | 252 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.01 |
| HSL | 241.82º | 0.85% | 0.92% | - |
| HSV(B) | 241.82º | 0.13% | 0.99% | - |
| XYZ | 72.42 | 72.91 | 102.35 | - |
| YUV | 223.06 | 144.33 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 252 | 0.13 | 0.13 | 0 | 0.01 | 241.82 | 0.85 | 0.92 |
| Hex | DC | DB | FC | D | D | 0 | 1 | F2 | 55 | 5C |
| Octal | 334 | 333 | 374 | 15 | 15 | 0 | 1 | 362 | 125 | 134 |
| Binary | 11011100 | 11011011 | 11111100 | 1101 | 1101 | 0 | 1 | 11110010 | 1010101 | 1011100 |
Color Harmonies of #DCDBFC
Complementary color
Monochromatic Colors of #DCDBFC
Black with #DCDBFC
Text Example
Text Example
White with #DCDBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDBFC; }
p { color: rgb(220,219,252); }
H1.HeaderClassName
{
color: #DCDBFC;
}
.AnyTagClassName
{
color: #DCDBFC;
}
</style>
background-color css
<style>
a { background-color: #DCDBFC; }
a { background-color: rgb(220,219,252); }
div.DivClassName
{
background-color: #DCDBFC;
}
.BgClassName
{
background-color: #DCDBFC;
}
</style>
border-color css
<style>
span { border-color: #DCDBFC; }
span { border-color: rgb(220,219,252); }
td.TdClassName
{
border-color: #DCDBFC;
}
.TagClassName
{
border-color: #DCDBFC;
}
</style>