Shades of Quartz #DCDBFD
Tints of Quartz #DCDBFD
RGB
CMYK
RGB Variations
Color information
#DCDBFD (or 0xDCDBFD) is known color: Quartz. HEX triplet: DC, DB and FD. RGB value is (220,219,253). Sum of RGB (Red+Green+Blue) = 220+219+253=692 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.79% from 692); Green value is 219 (85.94% from 255 or 31.65% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCDBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDBFD is #232402. Grayscale: #DFDFDF. Windows color (decimal): -2302979 or 16636892. OLE color: 16636892.
HSL color Cylindrical-coordinate representation of color #DCDBFD: hue angle of 241.76º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCDBFD is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 219 | 253 | - |
CMYK | 0.13 | 0.13 | 0 | 0.01 |
HSL | 241.76º | 0.89% | 0.93% | - |
HSV(B) | 241.76º | 0.13% | 0.99% | - |
XYZ | 72.58 | 72.97 | 103.19 | - |
YUV | 223.18 | 144.83 | 125.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 219 | 253 | 0.13 | 0.13 | 0 | 0.01 | 241.76 | 0.89 | 0.93 |
Hex | DC | DB | FD | D | D | 0 | 1 | F2 | 59 | 5D |
Octal | 334 | 333 | 375 | 15 | 15 | 0 | 1 | 362 | 131 | 135 |
Binary | 11011100 | 11011011 | 11111101 | 1101 | 1101 | 0 | 1 | 11110010 | 1011001 | 1011101 |
Color Harmonies of #DCDBFD
Complementary color
Monochromatic Colors of #DCDBFD
Black with #DCDBFD
Text Example
Text Example
White with #DCDBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDBFD; }
p { color: rgb(220,219,253); }
H1.HeaderClassName
{
color: #DCDBFD;
}
.AnyTagClassName
{
color: #DCDBFD;
}
</style>
background-color css
<style>
a { background-color: #DCDBFD; }
a { background-color: rgb(220,219,253); }
div.DivClassName
{
background-color: #DCDBFD;
}
.BgClassName
{
background-color: #DCDBFD;
}
</style>
border-color css
<style>
span { border-color: #DCDBFD; }
span { border-color: rgb(220,219,253); }
td.TdClassName
{
border-color: #DCDBFD;
}
.TagClassName
{
border-color: #DCDBFD;
}
</style>