Shades of Quartz #DED6F3
Tints of Quartz #DED6F3
RGB
CMYK
RGB Variations
Color information
#DED6F3 (or 0xDED6F3) is known color: Quartz. HEX triplet: DE, D6 and F3. RGB value is (222,214,243). Sum of RGB (Red+Green+Blue) = 222+214+243=679 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.70% from 679); Green value is 214 (83.98% from 255 or 31.52% from 679); Blue value is 243 (95.31% from 255 or 35.79% from 679); Max value from RGB is 243 - color contains mainly: blue. Hex color #DED6F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED6F3 is #21290C. Grayscale: #DBDBDB. Windows color (decimal): -2173197 or 15980254. OLE color: 15980254.
HSL color Cylindrical-coordinate representation of color #DED6F3: hue angle of 256.55º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DED6F3 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 214 | 243 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.05 |
| HSL | 256.55º | 0.55% | 0.9% | - |
| HSV(B) | 256.55º | 0.12% | 0.95% | - |
| XYZ | 70.35 | 70.09 | 94.62 | - |
| YUV | 219.7 | 141.15 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 243 | 0.09 | 0.12 | 0 | 0.05 | 256.55 | 0.55 | 0.9 |
| Hex | DE | D6 | F3 | 9 | C | 0 | 5 | 101 | 37 | 5A |
| Octal | 336 | 326 | 363 | 11 | 14 | 0 | 5 | 401 | 67 | 132 |
| Binary | 11011110 | 11010110 | 11110011 | 1001 | 1100 | 0 | 101 | 100000001 | 110111 | 1011010 |
Color Harmonies of #DED6F3
Complementary color
Monochromatic Colors of #DED6F3
Black with #DED6F3
Text Example
Text Example
White with #DED6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED6F3; }
p { color: rgb(222,214,243); }
H1.HeaderClassName
{
color: #DED6F3;
}
.AnyTagClassName
{
color: #DED6F3;
}
</style>
background-color css
<style>
a { background-color: #DED6F3; }
a { background-color: rgb(222,214,243); }
div.DivClassName
{
background-color: #DED6F3;
}
.BgClassName
{
background-color: #DED6F3;
}
</style>
border-color css
<style>
span { border-color: #DED6F3; }
span { border-color: rgb(222,214,243); }
td.TdClassName
{
border-color: #DED6F3;
}
.TagClassName
{
border-color: #DED6F3;
}
</style>