Shades of Quartz #DFDAFD
Tints of Quartz #DFDAFD
RGB
CMYK
RGB Variations
Color information
#DFDAFD (or 0xDFDAFD) is known color: Quartz. HEX triplet: DF, DA and FD. RGB value is (223,218,253). Sum of RGB (Red+Green+Blue) = 223+218+253=694 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.13% from 694); Green value is 218 (85.55% from 255 or 31.41% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFDAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDAFD is #202502. Grayscale: #DFDFDF. Windows color (decimal): -2106627 or 16636639. OLE color: 16636639.
HSL color Cylindrical-coordinate representation of color #DFDAFD: hue angle of 248.57º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFDAFD is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 218 | 253 | - |
CMYK | 0.12 | 0.14 | 0 | 0.01 |
HSL | 248.57º | 0.9% | 0.92% | - |
HSV(B) | 248.57º | 0.14% | 0.99% | - |
XYZ | 73.23 | 72.92 | 103.14 | - |
YUV | 223.49 | 144.66 | 127.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 218 | 253 | 0.12 | 0.14 | 0 | 0.01 | 248.57 | 0.9 | 0.92 |
Hex | DF | DA | FD | C | E | 0 | 1 | F9 | 5A | 5C |
Octal | 337 | 332 | 375 | 14 | 16 | 0 | 1 | 371 | 132 | 134 |
Binary | 11011111 | 11011010 | 11111101 | 1100 | 1110 | 0 | 1 | 11111001 | 1011010 | 1011100 |
Color Harmonies of #DFDAFD
Complementary color
Monochromatic Colors of #DFDAFD
Black with #DFDAFD
Text Example
Text Example
White with #DFDAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDAFD; }
p { color: rgb(223,218,253); }
H1.HeaderClassName
{
color: #DFDAFD;
}
.AnyTagClassName
{
color: #DFDAFD;
}
</style>
background-color css
<style>
a { background-color: #DFDAFD; }
a { background-color: rgb(223,218,253); }
div.DivClassName
{
background-color: #DFDAFD;
}
.BgClassName
{
background-color: #DFDAFD;
}
</style>
border-color css
<style>
span { border-color: #DFDAFD; }
span { border-color: rgb(223,218,253); }
td.TdClassName
{
border-color: #DFDAFD;
}
.TagClassName
{
border-color: #DFDAFD;
}
</style>