Shades of Quartz #DCDBFE
Tints of Quartz #DCDBFE
RGB
CMYK
RGB Variations
Color information
#DCDBFE (or 0xDCDBFE) is known color: Quartz. HEX triplet: DC, DB and FE. RGB value is (220,219,254). Sum of RGB (Red+Green+Blue) = 220+219+254=693 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.75% from 693); Green value is 219 (85.94% from 255 or 31.60% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCDBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDBFE is #232401. Grayscale: #DFDFDF. Windows color (decimal): -2302978 or 16702428. OLE color: 16702428.
HSL color Cylindrical-coordinate representation of color #DCDBFE: hue angle of 241.71º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCDBFE is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 219 | 254 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.00 |
| HSL | 241.71º | 0.95% | 0.93% | - |
| HSV(B) | 241.71º | 0.14% | 1% | - |
| XYZ | 72.74 | 73.03 | 104.03 | - |
| YUV | 223.29 | 145.33 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 254 | 0.13 | 0.14 | 0 | 0.00 | 241.71 | 0.95 | 0.93 |
| Hex | DC | DB | FE | D | E | 0 | 0 | F2 | 5F | 5D |
| Octal | 334 | 333 | 376 | 15 | 16 | 0 | 0 | 362 | 137 | 135 |
| Binary | 11011100 | 11011011 | 11111110 | 1101 | 1110 | 0 | 0 | 11110010 | 1011111 | 1011101 |
Color Harmonies of #DCDBFE
Complementary color
Monochromatic Colors of #DCDBFE
Black with #DCDBFE
Text Example
Text Example
White with #DCDBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDBFE; }
p { color: rgb(220,219,254); }
H1.HeaderClassName
{
color: #DCDBFE;
}
.AnyTagClassName
{
color: #DCDBFE;
}
</style>
background-color css
<style>
a { background-color: #DCDBFE; }
a { background-color: rgb(220,219,254); }
div.DivClassName
{
background-color: #DCDBFE;
}
.BgClassName
{
background-color: #DCDBFE;
}
</style>
border-color css
<style>
span { border-color: #DCDBFE; }
span { border-color: rgb(220,219,254); }
td.TdClassName
{
border-color: #DCDBFE;
}
.TagClassName
{
border-color: #DCDBFE;
}
</style>