Shades of Quartz #DFDAFE
Tints of Quartz #DFDAFE
RGB
CMYK
RGB Variations
Color information
#DFDAFE (or 0xDFDAFE) is known color: Quartz. HEX triplet: DF, DA and FE. RGB value is (223,218,254). Sum of RGB (Red+Green+Blue) = 223+218+254=695 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.09% from 695); Green value is 218 (85.55% from 255 or 31.37% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFDAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDAFE is #202501. Grayscale: #DFDFDF. Windows color (decimal): -2106626 or 16702175. OLE color: 16702175.
HSL color Cylindrical-coordinate representation of color #DFDAFE: hue angle of 248.33º 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 #DFDAFE is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 218 | 254 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.00 |
| HSL | 248.33º | 0.95% | 0.93% | - |
| HSV(B) | 248.33º | 0.14% | 1% | - |
| XYZ | 73.39 | 72.99 | 103.99 | - |
| YUV | 223.6 | 145.16 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 254 | 0.12 | 0.14 | 0 | 0.00 | 248.33 | 0.95 | 0.93 |
| Hex | DF | DA | FE | C | E | 0 | 0 | F8 | 5F | 5D |
| Octal | 337 | 332 | 376 | 14 | 16 | 0 | 0 | 370 | 137 | 135 |
| Binary | 11011111 | 11011010 | 11111110 | 1100 | 1110 | 0 | 0 | 11111000 | 1011111 | 1011101 |
Color Harmonies of #DFDAFE
Complementary color
Monochromatic Colors of #DFDAFE
Black with #DFDAFE
Text Example
Text Example
White with #DFDAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDAFE; }
p { color: rgb(223,218,254); }
H1.HeaderClassName
{
color: #DFDAFE;
}
.AnyTagClassName
{
color: #DFDAFE;
}
</style>
background-color css
<style>
a { background-color: #DFDAFE; }
a { background-color: rgb(223,218,254); }
div.DivClassName
{
background-color: #DFDAFE;
}
.BgClassName
{
background-color: #DFDAFE;
}
</style>
border-color css
<style>
span { border-color: #DFDAFE; }
span { border-color: rgb(223,218,254); }
td.TdClassName
{
border-color: #DFDAFE;
}
.TagClassName
{
border-color: #DFDAFE;
}
</style>