Shades of Quartz #DBDCFC
Tints of Quartz #DBDCFC
RGB
CMYK
RGB Variations
Color information
#DBDCFC (or 0xDBDCFC) is known color: Quartz. HEX triplet: DB, DC and FC. RGB value is (219,220,252). Sum of RGB (Red+Green+Blue) = 219+220+252=691 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.69% from 691); Green value is 220 (86.33% from 255 or 31.84% 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 #DBDCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDCFC is #242303. Grayscale: #DFDFDF. Windows color (decimal): -2368260 or 16571611. OLE color: 16571611.
HSL color Cylindrical-coordinate representation of color #DBDCFC: hue angle of 238.18º 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 #DBDCFC is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 220 | 252 | - |
CMYK | 0.13 | 0.13 | 0 | 0.01 |
HSL | 238.18º | 0.85% | 0.92% | - |
HSV(B) | 238.18º | 0.13% | 0.99% | - |
XYZ | 72.38 | 73.27 | 102.42 | - |
YUV | 223.35 | 144.17 | 124.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 220 | 252 | 0.13 | 0.13 | 0 | 0.01 | 238.18 | 0.85 | 0.92 |
Hex | DB | DC | FC | D | D | 0 | 1 | EE | 55 | 5C |
Octal | 333 | 334 | 374 | 15 | 15 | 0 | 1 | 356 | 125 | 134 |
Binary | 11011011 | 11011100 | 11111100 | 1101 | 1101 | 0 | 1 | 11101110 | 1010101 | 1011100 |
Color Harmonies of #DBDCFC
Complementary color
Monochromatic Colors of #DBDCFC
Black with #DBDCFC
Text Example
Text Example
White with #DBDCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCFC; }
p { color: rgb(219,220,252); }
H1.HeaderClassName
{
color: #DBDCFC;
}
.AnyTagClassName
{
color: #DBDCFC;
}
</style>
background-color css
<style>
a { background-color: #DBDCFC; }
a { background-color: rgb(219,220,252); }
div.DivClassName
{
background-color: #DBDCFC;
}
.BgClassName
{
background-color: #DBDCFC;
}
</style>
border-color css
<style>
span { border-color: #DBDCFC; }
span { border-color: rgb(219,220,252); }
td.TdClassName
{
border-color: #DBDCFC;
}
.TagClassName
{
border-color: #DBDCFC;
}
</style>