Shades of Quartz #DFDEF8
Tints of Quartz #DFDEF8
RGB
CMYK
RGB Variations
Color information
#DFDEF8 (or 0xDFDEF8) is known color: Quartz. HEX triplet: DF, DE and F8. RGB value is (223,222,248). Sum of RGB (Red+Green+Blue) = 223+222+248=693 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.18% from 693); Green value is 222 (87.11% from 255 or 32.03% from 693); Blue value is 248 (97.27% from 255 or 35.79% from 693); Max value from RGB is 248 - color contains mainly: blue. Hex color #DFDEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDEF8 is #202107. Grayscale: #E1E1E1. Windows color (decimal): -2105608 or 16309983. OLE color: 16309983.
HSL color Cylindrical-coordinate representation of color #DFDEF8: hue angle of 242.31º degrees, saturation: 0.65, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFDEF8 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 223 | 222 | 248 | - |
CMYK | 0.10 | 0.10 | 0 | 0.03 |
HSL | 242.31º | 0.65% | 0.92% | - |
HSV(B) | 242.31º | 0.1% | 0.97% | - |
XYZ | 73.5 | 74.71 | 99.35 | - |
YUV | 225.26 | 140.83 | 126.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 222 | 248 | 0.10 | 0.10 | 0 | 0.03 | 242.31 | 0.65 | 0.92 |
Hex | DF | DE | F8 | A | A | 0 | 3 | F2 | 41 | 5C |
Octal | 337 | 336 | 370 | 12 | 12 | 0 | 3 | 362 | 101 | 134 |
Binary | 11011111 | 11011110 | 11111000 | 1010 | 1010 | 0 | 11 | 11110010 | 1000001 | 1011100 |
Color Harmonies of #DFDEF8
Complementary color
Monochromatic Colors of #DFDEF8
Black with #DFDEF8
Text Example
Text Example
White with #DFDEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDEF8; }
p { color: rgb(223,222,248); }
H1.HeaderClassName
{
color: #DFDEF8;
}
.AnyTagClassName
{
color: #DFDEF8;
}
</style>
background-color css
<style>
a { background-color: #DFDEF8; }
a { background-color: rgb(223,222,248); }
div.DivClassName
{
background-color: #DFDEF8;
}
.BgClassName
{
background-color: #DFDEF8;
}
</style>
border-color css
<style>
span { border-color: #DFDEF8; }
span { border-color: rgb(223,222,248); }
td.TdClassName
{
border-color: #DFDEF8;
}
.TagClassName
{
border-color: #DFDEF8;
}
</style>