Shades of Quartz #DBDDFF
Tints of Quartz #DBDDFF
RGB
CMYK
RGB Variations
Color information
#DBDDFF (or 0xDBDDFF) is known color: Quartz. HEX triplet: DB, DD and FF. RGB value is (219,221,255). Sum of RGB (Red+Green+Blue) = 219+221+255=695 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.51% from 695); Green value is 221 (86.72% from 255 or 31.80% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBDDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDDFF is #242200. Grayscale: #E0E0E0. Windows color (decimal): -2368001 or 16768475. OLE color: 16768475.
HSL color Cylindrical-coordinate representation of color #DBDDFF: hue angle of 236.67º 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 #DBDDFF is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 219 | 221 | 255 | - |
CMYK | 0.14 | 0.13 | 0 | 0 |
HSL | 236.67º | 1% | 0.93% | - |
HSV(B) | 236.67º | 0.14% | 1% | - |
XYZ | 73.12 | 73.99 | 105.04 | - |
YUV | 224.28 | 145.34 | 124.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 255 | 0.14 | 0.13 | 0 | 0 | 236.67 | 1 | 0.93 |
Hex | DB | DD | FF | E | D | 0 | 0 | ED | 64 | 5D |
Octal | 333 | 335 | 377 | 16 | 15 | 0 | 0 | 355 | 144 | 135 |
Binary | 11011011 | 11011101 | 11111111 | 1110 | 1101 | 0 | 0 | 11101101 | 1100100 | 1011101 |
Color Harmonies of #DBDDFF
Complementary color
Monochromatic Colors of #DBDDFF
Black with #DBDDFF
Text Example
Text Example
White with #DBDDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDFF; }
p { color: rgb(219,221,255); }
H1.HeaderClassName
{
color: #DBDDFF;
}
.AnyTagClassName
{
color: #DBDDFF;
}
</style>
background-color css
<style>
a { background-color: #DBDDFF; }
a { background-color: rgb(219,221,255); }
div.DivClassName
{
background-color: #DBDDFF;
}
.BgClassName
{
background-color: #DBDDFF;
}
</style>
border-color css
<style>
span { border-color: #DBDDFF; }
span { border-color: rgb(219,221,255); }
td.TdClassName
{
border-color: #DBDDFF;
}
.TagClassName
{
border-color: #DBDDFF;
}
</style>