Shades of Quartz #DFDAEE
Tints of Quartz #DFDAEE
RGB
CMYK
RGB Variations
Color information
#DFDAEE (or 0xDFDAEE) is known color: Quartz. HEX triplet: DF, DA and EE. RGB value is (223,218,238). Sum of RGB (Red+Green+Blue) = 223+218+238=679 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.84% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 238 (93.36% from 255 or 35.05% from 679); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFDAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDAEE is #202511. Grayscale: #DDDDDD. Windows color (decimal): -2106642 or 15653599. OLE color: 15653599.
HSL color Cylindrical-coordinate representation of color #DFDAEE: hue angle of 255º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFDAEE is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 218 | 238 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.07 |
| HSL | 255º | 0.37% | 0.89% | - |
| HSV(B) | 255º | 0.08% | 0.93% | - |
| XYZ | 70.94 | 72 | 91.05 | - |
| YUV | 221.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 238 | 0.06 | 0.08 | 0 | 0.07 | 255 | 0.37 | 0.89 |
| Hex | DF | DA | EE | 6 | 8 | 0 | 7 | FF | 25 | 59 |
| Octal | 337 | 332 | 356 | 6 | 10 | 0 | 7 | 377 | 45 | 131 |
| Binary | 11011111 | 11011010 | 11101110 | 110 | 1000 | 0 | 111 | 11111111 | 100101 | 1011001 |
Color Harmonies of #DFDAEE
Complementary color
Monochromatic Colors of #DFDAEE
Black with #DFDAEE
Text Example
Text Example
White with #DFDAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDAEE; }
p { color: rgb(223,218,238); }
H1.HeaderClassName
{
color: #DFDAEE;
}
.AnyTagClassName
{
color: #DFDAEE;
}
</style>
background-color css
<style>
a { background-color: #DFDAEE; }
a { background-color: rgb(223,218,238); }
div.DivClassName
{
background-color: #DFDAEE;
}
.BgClassName
{
background-color: #DFDAEE;
}
</style>
border-color css
<style>
span { border-color: #DFDAEE; }
span { border-color: rgb(223,218,238); }
td.TdClassName
{
border-color: #DFDAEE;
}
.TagClassName
{
border-color: #DFDAEE;
}
</style>