Shades of Quartz #DBDEFF
Tints of Quartz #DBDEFF
RGB
CMYK
RGB Variations
Color information
#DBDEFF (or 0xDBDEFF) is known color: Quartz. HEX triplet: DB, DE and FF. RGB value is (219,222,255). Sum of RGB (Red+Green+Blue) = 219+222+255=696 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.47% from 696); Green value is 222 (87.11% from 255 or 31.90% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBDEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDEFF is #242100. Grayscale: #E0E0E0. Windows color (decimal): -2367745 or 16768731. OLE color: 16768731.
HSL color Cylindrical-coordinate representation of color #DBDEFF: hue angle of 235º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBDEFF is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 222 | 255 | - |
| CMYK | 0.14 | 0.13 | 0 | 0 |
| HSL | 235º | 1% | 0.93% | - |
| HSV(B) | 235º | 0.14% | 1% | - |
| XYZ | 73.38 | 74.52 | 105.12 | - |
| YUV | 224.87 | 145.01 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 255 | 0.14 | 0.13 | 0 | 0 | 235 | 1 | 0.93 |
| Hex | DB | DE | FF | E | D | 0 | 0 | EB | 64 | 5D |
| Octal | 333 | 336 | 377 | 16 | 15 | 0 | 0 | 353 | 144 | 135 |
| Binary | 11011011 | 11011110 | 11111111 | 1110 | 1101 | 0 | 0 | 11101011 | 1100100 | 1011101 |
Color Harmonies of #DBDEFF
Complementary color
Monochromatic Colors of #DBDEFF
Black with #DBDEFF
Text Example
Text Example
White with #DBDEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDEFF; }
p { color: rgb(219,222,255); }
H1.HeaderClassName
{
color: #DBDEFF;
}
.AnyTagClassName
{
color: #DBDEFF;
}
</style>
background-color css
<style>
a { background-color: #DBDEFF; }
a { background-color: rgb(219,222,255); }
div.DivClassName
{
background-color: #DBDEFF;
}
.BgClassName
{
background-color: #DBDEFF;
}
</style>
border-color css
<style>
span { border-color: #DBDEFF; }
span { border-color: rgb(219,222,255); }
td.TdClassName
{
border-color: #DBDEFF;
}
.TagClassName
{
border-color: #DBDEFF;
}
</style>