Shades of Quartz #DFDAEF
Tints of Quartz #DFDAEF
RGB
CMYK
RGB Variations
Color information
#DFDAEF (or 0xDFDAEF) is known color: Quartz. HEX triplet: DF, DA and EF. RGB value is (223,218,239). Sum of RGB (Red+Green+Blue) = 223+218+239=680 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.79% from 680); Green value is 218 (85.55% from 255 or 32.06% 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 #DFDAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDAEF is #202510. Grayscale: #DDDDDD. Windows color (decimal): -2106641 or 15719135. OLE color: 15719135.
HSL color Cylindrical-coordinate representation of color #DFDAEF: hue angle of 254.29º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFDAEF is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 223 | 218 | 239 | - |
CMYK | 0.07 | 0.09 | 0 | 0.06 |
HSL | 254.29º | 0.4% | 0.9% | - |
HSV(B) | 254.29º | 0.09% | 0.94% | - |
XYZ | 71.08 | 72.06 | 91.82 | - |
YUV | 221.89 | 137.66 | 128.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 218 | 239 | 0.07 | 0.09 | 0 | 0.06 | 254.29 | 0.4 | 0.9 |
Hex | DF | DA | EF | 7 | 9 | 0 | 6 | FE | 28 | 5A |
Octal | 337 | 332 | 357 | 7 | 11 | 0 | 6 | 376 | 50 | 132 |
Binary | 11011111 | 11011010 | 11101111 | 111 | 1001 | 0 | 110 | 11111110 | 101000 | 1011010 |
Color Harmonies of #DFDAEF
Complementary color
Monochromatic Colors of #DFDAEF
Black with #DFDAEF
Text Example
Text Example
White with #DFDAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDAEF; }
p { color: rgb(223,218,239); }
H1.HeaderClassName
{
color: #DFDAEF;
}
.AnyTagClassName
{
color: #DFDAEF;
}
</style>
background-color css
<style>
a { background-color: #DFDAEF; }
a { background-color: rgb(223,218,239); }
div.DivClassName
{
background-color: #DFDAEF;
}
.BgClassName
{
background-color: #DFDAEF;
}
</style>
border-color css
<style>
span { border-color: #DFDAEF; }
span { border-color: rgb(223,218,239); }
td.TdClassName
{
border-color: #DFDAEF;
}
.TagClassName
{
border-color: #DFDAEF;
}
</style>