Shades of Quartz #DBDFF3
Tints of Quartz #DBDFF3
RGB
CMYK
RGB Variations
Color information
#DBDFF3 (or 0xDBDFF3) is known color: Quartz. HEX triplet: DB, DF and F3. RGB value is (219,223,243). Sum of RGB (Red+Green+Blue) = 219+223+243=685 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.97% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 243 (95.31% from 255 or 35.47% from 685); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBDFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDFF3 is #24200C. Grayscale: #DFDFDF. Windows color (decimal): -2367501 or 15982555. OLE color: 15982555.
HSL color Cylindrical-coordinate representation of color #DBDFF3: hue angle of 230º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBDFF3 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 223 | 243 | - |
CMYK | 0.10 | 0.08 | 0 | 0.05 |
HSL | 230º | 0.5% | 0.91% | - |
HSV(B) | 230º | 0.1% | 0.95% | - |
XYZ | 71.78 | 74.31 | 95.35 | - |
YUV | 224.08 | 138.67 | 124.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 223 | 243 | 0.10 | 0.08 | 0 | 0.05 | 230 | 0.5 | 0.91 |
Hex | DB | DF | F3 | A | 8 | 0 | 5 | E6 | 32 | 5B |
Octal | 333 | 337 | 363 | 12 | 10 | 0 | 5 | 346 | 62 | 133 |
Binary | 11011011 | 11011111 | 11110011 | 1010 | 1000 | 0 | 101 | 11100110 | 110010 | 1011011 |
Color Harmonies of #DBDFF3
Complementary color
Monochromatic Colors of #DBDFF3
Black with #DBDFF3
Text Example
Text Example
White with #DBDFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDFF3; }
p { color: rgb(219,223,243); }
H1.HeaderClassName
{
color: #DBDFF3;
}
.AnyTagClassName
{
color: #DBDFF3;
}
</style>
background-color css
<style>
a { background-color: #DBDFF3; }
a { background-color: rgb(219,223,243); }
div.DivClassName
{
background-color: #DBDFF3;
}
.BgClassName
{
background-color: #DBDFF3;
}
</style>
border-color css
<style>
span { border-color: #DBDFF3; }
span { border-color: rgb(219,223,243); }
td.TdClassName
{
border-color: #DBDFF3;
}
.TagClassName
{
border-color: #DBDFF3;
}
</style>