Shades of Quartz #DBDEEE
Tints of Quartz #DBDEEE
RGB
CMYK
RGB Variations
Color information
#DBDEEE (or 0xDBDEEE) is known color: Quartz. HEX triplet: DB, DE and EE. RGB value is (219,222,238). Sum of RGB (Red+Green+Blue) = 219+222+238=679 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.25% from 679); Green value is 222 (87.11% from 255 or 32.70% from 679); Blue value is 238 (93.36% from 255 or 35.05% from 679); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBDEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDEEE is #242111. Grayscale: #DEDEDE. Windows color (decimal): -2367762 or 15654619. OLE color: 15654619.
HSL color Cylindrical-coordinate representation of color #DBDEEE: hue angle of 230.53º 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 #DBDEEE is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 222 | 238 | - |
CMYK | 0.08 | 0.07 | 0 | 0.07 |
HSL | 230.53º | 0.36% | 0.9% | - |
HSV(B) | 230.53º | 0.08% | 0.93% | - |
XYZ | 70.77 | 73.48 | 91.34 | - |
YUV | 222.93 | 136.51 | 125.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 222 | 238 | 0.08 | 0.07 | 0 | 0.07 | 230.53 | 0.36 | 0.9 |
Hex | DB | DE | EE | 8 | 7 | 0 | 7 | E7 | 24 | 5A |
Octal | 333 | 336 | 356 | 10 | 7 | 0 | 7 | 347 | 44 | 132 |
Binary | 11011011 | 11011110 | 11101110 | 1000 | 111 | 0 | 111 | 11100111 | 100100 | 1011010 |
Color Harmonies of #DBDEEE
Complementary color
Monochromatic Colors of #DBDEEE
Black with #DBDEEE
Text Example
Text Example
White with #DBDEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDEEE; }
p { color: rgb(219,222,238); }
H1.HeaderClassName
{
color: #DBDEEE;
}
.AnyTagClassName
{
color: #DBDEEE;
}
</style>
background-color css
<style>
a { background-color: #DBDEEE; }
a { background-color: rgb(219,222,238); }
div.DivClassName
{
background-color: #DBDEEE;
}
.BgClassName
{
background-color: #DBDEEE;
}
</style>
border-color css
<style>
span { border-color: #DBDEEE; }
span { border-color: rgb(219,222,238); }
td.TdClassName
{
border-color: #DBDEEE;
}
.TagClassName
{
border-color: #DBDEEE;
}
</style>