Shades of Quartz #DFDBEF
Tints of Quartz #DFDBEF
RGB
CMYK
RGB Variations
Color information
#DFDBEF (or 0xDFDBEF) is known color: Quartz. HEX triplet: DF, DB and EF. RGB value is (223,219,239). Sum of RGB (Red+Green+Blue) = 223+219+239=681 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.75% from 681); Green value is 219 (85.94% from 255 or 32.16% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFDBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDBEF is #202410. Grayscale: #DEDEDE. Windows color (decimal): -2106385 or 15719391. OLE color: 15719391.
HSL color Cylindrical-coordinate representation of color #DFDBEF: hue angle of 252º 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 #DFDBEF is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 223 | 219 | 239 | - |
CMYK | 0.07 | 0.08 | 0 | 0.06 |
HSL | 252º | 0.38% | 0.9% | - |
HSV(B) | 252º | 0.08% | 0.94% | - |
XYZ | 71.34 | 72.58 | 91.91 | - |
YUV | 222.48 | 137.33 | 128.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 219 | 239 | 0.07 | 0.08 | 0 | 0.06 | 252 | 0.38 | 0.9 |
Hex | DF | DB | EF | 7 | 8 | 0 | 6 | FC | 26 | 5A |
Octal | 337 | 333 | 357 | 7 | 10 | 0 | 6 | 374 | 46 | 132 |
Binary | 11011111 | 11011011 | 11101111 | 111 | 1000 | 0 | 110 | 11111100 | 100110 | 1011010 |
Color Harmonies of #DFDBEF
Complementary color
Monochromatic Colors of #DFDBEF
Black with #DFDBEF
Text Example
Text Example
White with #DFDBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDBEF; }
p { color: rgb(223,219,239); }
H1.HeaderClassName
{
color: #DFDBEF;
}
.AnyTagClassName
{
color: #DFDBEF;
}
</style>
background-color css
<style>
a { background-color: #DFDBEF; }
a { background-color: rgb(223,219,239); }
div.DivClassName
{
background-color: #DFDBEF;
}
.BgClassName
{
background-color: #DFDBEF;
}
</style>
border-color css
<style>
span { border-color: #DFDBEF; }
span { border-color: rgb(223,219,239); }
td.TdClassName
{
border-color: #DFDBEF;
}
.TagClassName
{
border-color: #DFDBEF;
}
</style>