Shades of Quartz #DBDEEF
Tints of Quartz #DBDEEF
RGB
CMYK
RGB Variations
Color information
#DBDEEF (or 0xDBDEEF) is known color: Quartz. HEX triplet: DB, DE and EF. RGB value is (219,222,239). Sum of RGB (Red+Green+Blue) = 219+222+239=680 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.21% from 680); Green value is 222 (87.11% from 255 or 32.65% from 680); Blue value is 239 (93.75% from 255 or 35.15% from 680); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBDEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDEEF is #242110. Grayscale: #DEDEDE. Windows color (decimal): -2367761 or 15720155. OLE color: 15720155.
HSL color Cylindrical-coordinate representation of color #DBDEEF: hue angle of 231º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBDEEF is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 222 | 239 | - |
CMYK | 0.08 | 0.07 | 0 | 0.06 |
HSL | 231º | 0.38% | 0.9% | - |
HSV(B) | 231º | 0.08% | 0.94% | - |
XYZ | 70.91 | 73.53 | 92.12 | - |
YUV | 223.04 | 137.01 | 125.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 222 | 239 | 0.08 | 0.07 | 0 | 0.06 | 231 | 0.38 | 0.9 |
Hex | DB | DE | EF | 8 | 7 | 0 | 6 | E7 | 26 | 5A |
Octal | 333 | 336 | 357 | 10 | 7 | 0 | 6 | 347 | 46 | 132 |
Binary | 11011011 | 11011110 | 11101111 | 1000 | 111 | 0 | 110 | 11100111 | 100110 | 1011010 |
Color Harmonies of #DBDEEF
Complementary color
Monochromatic Colors of #DBDEEF
Black with #DBDEEF
Text Example
Text Example
White with #DBDEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDEEF; }
p { color: rgb(219,222,239); }
H1.HeaderClassName
{
color: #DBDEEF;
}
.AnyTagClassName
{
color: #DBDEEF;
}
</style>
background-color css
<style>
a { background-color: #DBDEEF; }
a { background-color: rgb(219,222,239); }
div.DivClassName
{
background-color: #DBDEEF;
}
.BgClassName
{
background-color: #DBDEEF;
}
</style>
border-color css
<style>
span { border-color: #DBDEEF; }
span { border-color: rgb(219,222,239); }
td.TdClassName
{
border-color: #DBDEEF;
}
.TagClassName
{
border-color: #DBDEEF;
}
</style>