Shades of Quartz #DFD2FF
Tints of Quartz #DFD2FF
RGB
CMYK
RGB Variations
Color information
#DFD2FF (or 0xDFD2FF) is known color: Quartz. HEX triplet: DF, D2 and FF. RGB value is (223,210,255). Sum of RGB (Red+Green+Blue) = 223+210+255=688 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.41% from 688); Green value is 210 (82.42% from 255 or 30.52% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFD2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD2FF is #202D00. Grayscale: #DADADA. Windows color (decimal): -2108673 or 16765663. OLE color: 16765663.
HSL color Cylindrical-coordinate representation of color #DFD2FF: hue angle of 257.33º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFD2FF is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 223 | 210 | 255 | - |
CMYK | 0.13 | 0.18 | 0 | 0 |
HSL | 257.33º | 1% | 0.91% | - |
HSV(B) | 257.33º | 0.18% | 1% | - |
XYZ | 71.53 | 69 | 104.16 | - |
YUV | 219.02 | 148.31 | 130.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 210 | 255 | 0.13 | 0.18 | 0 | 0 | 257.33 | 1 | 0.91 |
Hex | DF | D2 | FF | D | 12 | 0 | 0 | 101 | 64 | 5B |
Octal | 337 | 322 | 377 | 15 | 22 | 0 | 0 | 401 | 144 | 133 |
Binary | 11011111 | 11010010 | 11111111 | 1101 | 10010 | 0 | 0 | 100000001 | 1100100 | 1011011 |
Color Harmonies of #DFD2FF
Complementary color
Monochromatic Colors of #DFD2FF
Black with #DFD2FF
Text Example
Text Example
White with #DFD2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD2FF; }
p { color: rgb(223,210,255); }
H1.HeaderClassName
{
color: #DFD2FF;
}
.AnyTagClassName
{
color: #DFD2FF;
}
</style>
background-color css
<style>
a { background-color: #DFD2FF; }
a { background-color: rgb(223,210,255); }
div.DivClassName
{
background-color: #DFD2FF;
}
.BgClassName
{
background-color: #DFD2FF;
}
</style>
border-color css
<style>
span { border-color: #DFD2FF; }
span { border-color: rgb(223,210,255); }
td.TdClassName
{
border-color: #DFD2FF;
}
.TagClassName
{
border-color: #DFD2FF;
}
</style>