Shades of Quartz #DFDBFE
Tints of Quartz #DFDBFE
RGB
CMYK
RGB Variations
Color information
#DFDBFE (or 0xDFDBFE) is known color: Quartz. HEX triplet: DF, DB and FE. RGB value is (223,219,254). Sum of RGB (Red+Green+Blue) = 223+219+254=696 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.04% from 696); Green value is 219 (85.94% from 255 or 31.47% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFDBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDBFE is #202401. Grayscale: #E0E0E0. Windows color (decimal): -2106370 or 16702431. OLE color: 16702431.
HSL color Cylindrical-coordinate representation of color #DFDBFE: hue angle of 246.86º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFDBFE is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 219 | 254 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.00 |
| HSL | 246.86º | 0.95% | 0.93% | - |
| HSV(B) | 246.86º | 0.14% | 1% | - |
| XYZ | 73.65 | 73.51 | 104.07 | - |
| YUV | 224.19 | 144.83 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 254 | 0.12 | 0.14 | 0 | 0.00 | 246.86 | 0.95 | 0.93 |
| Hex | DF | DB | FE | C | E | 0 | 0 | F7 | 5F | 5D |
| Octal | 337 | 333 | 376 | 14 | 16 | 0 | 0 | 367 | 137 | 135 |
| Binary | 11011111 | 11011011 | 11111110 | 1100 | 1110 | 0 | 0 | 11110111 | 1011111 | 1011101 |
Color Harmonies of #DFDBFE
Complementary color
Monochromatic Colors of #DFDBFE
Black with #DFDBFE
Text Example
Text Example
White with #DFDBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDBFE; }
p { color: rgb(223,219,254); }
H1.HeaderClassName
{
color: #DFDBFE;
}
.AnyTagClassName
{
color: #DFDBFE;
}
</style>
background-color css
<style>
a { background-color: #DFDBFE; }
a { background-color: rgb(223,219,254); }
div.DivClassName
{
background-color: #DFDBFE;
}
.BgClassName
{
background-color: #DFDBFE;
}
</style>
border-color css
<style>
span { border-color: #DFDBFE; }
span { border-color: rgb(223,219,254); }
td.TdClassName
{
border-color: #DFDBFE;
}
.TagClassName
{
border-color: #DFDBFE;
}
</style>