Shades of Quartz #DBDEF4
Tints of Quartz #DBDEF4
RGB
CMYK
RGB Variations
Color information
#DBDEF4 (or 0xDBDEF4) is known color: Quartz. HEX triplet: DB, DE and F4. RGB value is (219,222,244). Sum of RGB (Red+Green+Blue) = 219+222+244=685 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.97% from 685); Green value is 222 (87.11% from 255 or 32.41% from 685); Blue value is 244 (95.70% from 255 or 35.62% from 685); Max value from RGB is 244 - color contains mainly: blue. Hex color #DBDEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDEF4 is #24210B. Grayscale: #DFDFDF. Windows color (decimal): -2367756 or 16047835. OLE color: 16047835.
HSL color Cylindrical-coordinate representation of color #DBDEF4: hue angle of 232.8º degrees, saturation: 0.53, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBDEF4 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 222 | 244 | - |
CMYK | 0.10 | 0.09 | 0 | 0.04 |
HSL | 232.8º | 0.53% | 0.91% | - |
HSV(B) | 232.8º | 0.1% | 0.96% | - |
XYZ | 71.66 | 73.83 | 96.06 | - |
YUV | 223.61 | 139.51 | 124.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 222 | 244 | 0.10 | 0.09 | 0 | 0.04 | 232.8 | 0.53 | 0.91 |
Hex | DB | DE | F4 | A | 9 | 0 | 4 | E9 | 35 | 5B |
Octal | 333 | 336 | 364 | 12 | 11 | 0 | 4 | 351 | 65 | 133 |
Binary | 11011011 | 11011110 | 11110100 | 1010 | 1001 | 0 | 100 | 11101001 | 110101 | 1011011 |
Color Harmonies of #DBDEF4
Complementary color
Monochromatic Colors of #DBDEF4
Black with #DBDEF4
Text Example
Text Example
White with #DBDEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDEF4; }
p { color: rgb(219,222,244); }
H1.HeaderClassName
{
color: #DBDEF4;
}
.AnyTagClassName
{
color: #DBDEF4;
}
</style>
background-color css
<style>
a { background-color: #DBDEF4; }
a { background-color: rgb(219,222,244); }
div.DivClassName
{
background-color: #DBDEF4;
}
.BgClassName
{
background-color: #DBDEF4;
}
</style>
border-color css
<style>
span { border-color: #DBDEF4; }
span { border-color: rgb(219,222,244); }
td.TdClassName
{
border-color: #DBDEF4;
}
.TagClassName
{
border-color: #DBDEF4;
}
</style>