Shades of Quartz #DEDDF9
Tints of Quartz #DEDDF9
RGB
CMYK
RGB Variations
Color information
#DEDDF9 (or 0xDEDDF9) is known color: Quartz. HEX triplet: DE, DD and F9. RGB value is (222,221,249). Sum of RGB (Red+Green+Blue) = 222+221+249=692 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.08% from 692); Green value is 221 (86.72% from 255 or 31.94% from 692); Blue value is 249 (97.66% from 255 or 35.98% from 692); Max value from RGB is 249 - color contains mainly: blue. Hex color #DEDDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDDF9 is #212206. Grayscale: #E0E0E0. Windows color (decimal): -2171399 or 16375262. OLE color: 16375262.
HSL color Cylindrical-coordinate representation of color #DEDDF9: hue angle of 242.14º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEDDF9 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 222 | 221 | 249 | - |
CMYK | 0.11 | 0.11 | 0 | 0.02 |
HSL | 242.14º | 0.7% | 0.92% | - |
HSV(B) | 242.14º | 0.11% | 0.98% | - |
XYZ | 73.08 | 74.08 | 100.07 | - |
YUV | 224.49 | 141.83 | 126.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 221 | 249 | 0.11 | 0.11 | 0 | 0.02 | 242.14 | 0.7 | 0.92 |
Hex | DE | DD | F9 | B | B | 0 | 2 | F2 | 46 | 5C |
Octal | 336 | 335 | 371 | 13 | 13 | 0 | 2 | 362 | 106 | 134 |
Binary | 11011110 | 11011101 | 11111001 | 1011 | 1011 | 0 | 10 | 11110010 | 1000110 | 1011100 |
Color Harmonies of #DEDDF9
Complementary color
Monochromatic Colors of #DEDDF9
Black with #DEDDF9
Text Example
Text Example
White with #DEDDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDF9; }
p { color: rgb(222,221,249); }
H1.HeaderClassName
{
color: #DEDDF9;
}
.AnyTagClassName
{
color: #DEDDF9;
}
</style>
background-color css
<style>
a { background-color: #DEDDF9; }
a { background-color: rgb(222,221,249); }
div.DivClassName
{
background-color: #DEDDF9;
}
.BgClassName
{
background-color: #DEDDF9;
}
</style>
border-color css
<style>
span { border-color: #DEDDF9; }
span { border-color: rgb(222,221,249); }
td.TdClassName
{
border-color: #DEDDF9;
}
.TagClassName
{
border-color: #DEDDF9;
}
</style>