Shades of Quartz #DED6F6
Tints of Quartz #DED6F6
RGB
CMYK
RGB Variations
Color information
#DED6F6 (or 0xDED6F6) is known color: Quartz. HEX triplet: DE, D6 and F6. RGB value is (222,214,246). Sum of RGB (Red+Green+Blue) = 222+214+246=682 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.55% from 682); Green value is 214 (83.98% from 255 or 31.38% from 682); Blue value is 246 (96.48% from 255 or 36.07% from 682); Max value from RGB is 246 - color contains mainly: blue. Hex color #DED6F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED6F6 is #212909. Grayscale: #DBDBDB. Windows color (decimal): -2173194 or 16176862. OLE color: 16176862.
HSL color Cylindrical-coordinate representation of color #DED6F6: hue angle of 255º degrees, saturation: 0.64, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DED6F6 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 222 | 214 | 246 | - |
CMYK | 0.10 | 0.13 | 0 | 0.04 |
HSL | 255º | 0.64% | 0.9% | - |
HSV(B) | 255º | 0.13% | 0.96% | - |
XYZ | 70.81 | 70.28 | 97.02 | - |
YUV | 220.04 | 142.65 | 129.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 214 | 246 | 0.10 | 0.13 | 0 | 0.04 | 255 | 0.64 | 0.9 |
Hex | DE | D6 | F6 | A | D | 0 | 4 | FF | 40 | 5A |
Octal | 336 | 326 | 366 | 12 | 15 | 0 | 4 | 377 | 100 | 132 |
Binary | 11011110 | 11010110 | 11110110 | 1010 | 1101 | 0 | 100 | 11111111 | 1000000 | 1011010 |
Color Harmonies of #DED6F6
Complementary color
Monochromatic Colors of #DED6F6
Black with #DED6F6
Text Example
Text Example
White with #DED6F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED6F6; }
p { color: rgb(222,214,246); }
H1.HeaderClassName
{
color: #DED6F6;
}
.AnyTagClassName
{
color: #DED6F6;
}
</style>
background-color css
<style>
a { background-color: #DED6F6; }
a { background-color: rgb(222,214,246); }
div.DivClassName
{
background-color: #DED6F6;
}
.BgClassName
{
background-color: #DED6F6;
}
</style>
border-color css
<style>
span { border-color: #DED6F6; }
span { border-color: rgb(222,214,246); }
td.TdClassName
{
border-color: #DED6F6;
}
.TagClassName
{
border-color: #DED6F6;
}
</style>