Shades of Quartz #DFDFF6
Tints of Quartz #DFDFF6
RGB
CMYK
RGB Variations
Color information
#DFDFF6 (or 0xDFDFF6) is known color: Quartz. HEX triplet: DF, DF and F6. RGB value is (223,223,246). Sum of RGB (Red+Green+Blue) = 223+223+246=692 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.23% from 692); Green value is 223 (87.5% from 255 or 32.23% from 692); Blue value is 246 (96.48% from 255 or 35.55% from 692); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFDFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDFF6 is #202009. Grayscale: #E1E1E1. Windows color (decimal): -2105354 or 16179167. OLE color: 16179167.
HSL color Cylindrical-coordinate representation of color #DFDFF6: hue angle of 240º degrees, saturation: 0.56, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFDFF6 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 223 | 223 | 246 | - |
CMYK | 0.09 | 0.09 | 0 | 0.04 |
HSL | 240º | 0.56% | 0.92% | - |
HSV(B) | 240º | 0.09% | 0.96% | - |
XYZ | 73.45 | 75.12 | 97.82 | - |
YUV | 225.62 | 139.5 | 126.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 223 | 246 | 0.09 | 0.09 | 0 | 0.04 | 240 | 0.56 | 0.92 |
Hex | DF | DF | F6 | 9 | 9 | 0 | 4 | F0 | 38 | 5C |
Octal | 337 | 337 | 366 | 11 | 11 | 0 | 4 | 360 | 70 | 134 |
Binary | 11011111 | 11011111 | 11110110 | 1001 | 1001 | 0 | 100 | 11110000 | 111000 | 1011100 |
Color Harmonies of #DFDFF6
Complementary color
Monochromatic Colors of #DFDFF6
Black with #DFDFF6
Text Example
Text Example
White with #DFDFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFF6; }
p { color: rgb(223,223,246); }
H1.HeaderClassName
{
color: #DFDFF6;
}
.AnyTagClassName
{
color: #DFDFF6;
}
</style>
background-color css
<style>
a { background-color: #DFDFF6; }
a { background-color: rgb(223,223,246); }
div.DivClassName
{
background-color: #DFDFF6;
}
.BgClassName
{
background-color: #DFDFF6;
}
</style>
border-color css
<style>
span { border-color: #DFDFF6; }
span { border-color: rgb(223,223,246); }
td.TdClassName
{
border-color: #DFDFF6;
}
.TagClassName
{
border-color: #DFDFF6;
}
</style>