Shades of Quartz #DBDDEE
Tints of Quartz #DBDDEE
RGB
CMYK
RGB Variations
Color information
#DBDDEE (or 0xDBDDEE) is known color: Quartz. HEX triplet: DB, DD and EE. RGB value is (219,221,238). Sum of RGB (Red+Green+Blue) = 219+221+238=678 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.30% from 678); Green value is 221 (86.72% from 255 or 32.60% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBDDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDDEE is #242211. Grayscale: #DEDEDE. Windows color (decimal): -2368018 or 15654363. OLE color: 15654363.
HSL color Cylindrical-coordinate representation of color #DBDDEE: hue angle of 233.68º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBDDEE is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 221 | 238 | - |
CMYK | 0.08 | 0.07 | 0 | 0.07 |
HSL | 233.68º | 0.36% | 0.9% | - |
HSV(B) | 233.68º | 0.08% | 0.93% | - |
XYZ | 70.5 | 72.95 | 91.25 | - |
YUV | 222.34 | 136.84 | 125.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 238 | 0.08 | 0.07 | 0 | 0.07 | 233.68 | 0.36 | 0.9 |
Hex | DB | DD | EE | 8 | 7 | 0 | 7 | EA | 24 | 5A |
Octal | 333 | 335 | 356 | 10 | 7 | 0 | 7 | 352 | 44 | 132 |
Binary | 11011011 | 11011101 | 11101110 | 1000 | 111 | 0 | 111 | 11101010 | 100100 | 1011010 |
Color Harmonies of #DBDDEE
Complementary color
Monochromatic Colors of #DBDDEE
Black with #DBDDEE
Text Example
Text Example
White with #DBDDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDEE; }
p { color: rgb(219,221,238); }
H1.HeaderClassName
{
color: #DBDDEE;
}
.AnyTagClassName
{
color: #DBDDEE;
}
</style>
background-color css
<style>
a { background-color: #DBDDEE; }
a { background-color: rgb(219,221,238); }
div.DivClassName
{
background-color: #DBDDEE;
}
.BgClassName
{
background-color: #DBDDEE;
}
</style>
border-color css
<style>
span { border-color: #DBDDEE; }
span { border-color: rgb(219,221,238); }
td.TdClassName
{
border-color: #DBDDEE;
}
.TagClassName
{
border-color: #DBDDEE;
}
</style>