Shades of Quartz #DED9F3
Tints of Quartz #DED9F3
RGB
CMYK
RGB Variations
Color information
#DED9F3 (or 0xDED9F3) is known color: Quartz. HEX triplet: DE, D9 and F3. RGB value is (222,217,243). Sum of RGB (Red+Green+Blue) = 222+217+243=682 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.55% from 682); Green value is 217 (85.16% from 255 or 31.82% from 682); Blue value is 243 (95.31% from 255 or 35.63% from 682); Max value from RGB is 243 - color contains mainly: blue. Hex color #DED9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED9F3 is #21260C. Grayscale: #DDDDDD. Windows color (decimal): -2172429 or 15981022. OLE color: 15981022.
HSL color Cylindrical-coordinate representation of color #DED9F3: hue angle of 251.54º degrees, saturation: 0.52, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DED9F3 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 222 | 217 | 243 | - |
CMYK | 0.09 | 0.11 | 0 | 0.05 |
HSL | 251.54º | 0.52% | 0.9% | - |
HSV(B) | 251.54º | 0.11% | 0.95% | - |
XYZ | 71.11 | 71.63 | 94.87 | - |
YUV | 221.46 | 140.16 | 128.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 217 | 243 | 0.09 | 0.11 | 0 | 0.05 | 251.54 | 0.52 | 0.9 |
Hex | DE | D9 | F3 | 9 | B | 0 | 5 | FC | 34 | 5A |
Octal | 336 | 331 | 363 | 11 | 13 | 0 | 5 | 374 | 64 | 132 |
Binary | 11011110 | 11011001 | 11110011 | 1001 | 1011 | 0 | 101 | 11111100 | 110100 | 1011010 |
Color Harmonies of #DED9F3
Complementary color
Monochromatic Colors of #DED9F3
Black with #DED9F3
Text Example
Text Example
White with #DED9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED9F3; }
p { color: rgb(222,217,243); }
H1.HeaderClassName
{
color: #DED9F3;
}
.AnyTagClassName
{
color: #DED9F3;
}
</style>
background-color css
<style>
a { background-color: #DED9F3; }
a { background-color: rgb(222,217,243); }
div.DivClassName
{
background-color: #DED9F3;
}
.BgClassName
{
background-color: #DED9F3;
}
</style>
border-color css
<style>
span { border-color: #DED9F3; }
span { border-color: rgb(222,217,243); }
td.TdClassName
{
border-color: #DED9F3;
}
.TagClassName
{
border-color: #DED9F3;
}
</style>