Shades of Quartz #DBDCFE
Tints of Quartz #DBDCFE
RGB
CMYK
RGB Variations
Color information
#DBDCFE (or 0xDBDCFE) is known color: Quartz. HEX triplet: DB, DC and FE. RGB value is (219,220,254). Sum of RGB (Red+Green+Blue) = 219+220+254=693 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.60% from 693); Green value is 220 (86.33% from 255 or 31.75% 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 #DBDCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDCFE is #242301. Grayscale: #DFDFDF. Windows color (decimal): -2368258 or 16702683. OLE color: 16702683.
HSL color Cylindrical-coordinate representation of color #DBDCFE: hue angle of 238.29º 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 #DBDCFE is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 219 | 220 | 254 | - |
CMYK | 0.14 | 0.13 | 0 | 0.00 |
HSL | 238.29º | 0.95% | 0.93% | - |
HSV(B) | 238.29º | 0.14% | 1% | - |
XYZ | 72.7 | 73.4 | 104.1 | - |
YUV | 223.58 | 145.17 | 124.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 220 | 254 | 0.14 | 0.13 | 0 | 0.00 | 238.29 | 0.95 | 0.93 |
Hex | DB | DC | FE | E | D | 0 | 0 | EE | 5F | 5D |
Octal | 333 | 334 | 376 | 16 | 15 | 0 | 0 | 356 | 137 | 135 |
Binary | 11011011 | 11011100 | 11111110 | 1110 | 1101 | 0 | 0 | 11101110 | 1011111 | 1011101 |
Color Harmonies of #DBDCFE
Complementary color
Monochromatic Colors of #DBDCFE
Black with #DBDCFE
Text Example
Text Example
White with #DBDCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCFE; }
p { color: rgb(219,220,254); }
H1.HeaderClassName
{
color: #DBDCFE;
}
.AnyTagClassName
{
color: #DBDCFE;
}
</style>
background-color css
<style>
a { background-color: #DBDCFE; }
a { background-color: rgb(219,220,254); }
div.DivClassName
{
background-color: #DBDCFE;
}
.BgClassName
{
background-color: #DBDCFE;
}
</style>
border-color css
<style>
span { border-color: #DBDCFE; }
span { border-color: rgb(219,220,254); }
td.TdClassName
{
border-color: #DBDCFE;
}
.TagClassName
{
border-color: #DBDCFE;
}
</style>