Shades of Quartz #DEDDF8
Tints of Quartz #DEDDF8
RGB
CMYK
RGB Variations
Color information
#DEDDF8 (or 0xDEDDF8) is known color: Quartz. HEX triplet: DE, DD and F8. RGB value is (222,221,248). Sum of RGB (Red+Green+Blue) = 222+221+248=691 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.13% from 691); Green value is 221 (86.72% from 255 or 31.98% from 691); Blue value is 248 (97.27% from 255 or 35.89% from 691); Max value from RGB is 248 - color contains mainly: blue. Hex color #DEDDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDDF8 is #212207. Grayscale: #E0E0E0. Windows color (decimal): -2171400 or 16309726. OLE color: 16309726.
HSL color Cylindrical-coordinate representation of color #DEDDF8: hue angle of 242.22º degrees, saturation: 0.66, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEDDF8 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 222 | 221 | 248 | - |
CMYK | 0.10 | 0.11 | 0 | 0.03 |
HSL | 242.22º | 0.66% | 0.92% | - |
HSV(B) | 242.22º | 0.11% | 0.97% | - |
XYZ | 72.92 | 74.02 | 99.25 | - |
YUV | 224.38 | 141.33 | 126.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 221 | 248 | 0.10 | 0.11 | 0 | 0.03 | 242.22 | 0.66 | 0.92 |
Hex | DE | DD | F8 | A | B | 0 | 3 | F2 | 42 | 5C |
Octal | 336 | 335 | 370 | 12 | 13 | 0 | 3 | 362 | 102 | 134 |
Binary | 11011110 | 11011101 | 11111000 | 1010 | 1011 | 0 | 11 | 11110010 | 1000010 | 1011100 |
Color Harmonies of #DEDDF8
Complementary color
Monochromatic Colors of #DEDDF8
Black with #DEDDF8
Text Example
Text Example
White with #DEDDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDF8; }
p { color: rgb(222,221,248); }
H1.HeaderClassName
{
color: #DEDDF8;
}
.AnyTagClassName
{
color: #DEDDF8;
}
</style>
background-color css
<style>
a { background-color: #DEDDF8; }
a { background-color: rgb(222,221,248); }
div.DivClassName
{
background-color: #DEDDF8;
}
.BgClassName
{
background-color: #DEDDF8;
}
</style>
border-color css
<style>
span { border-color: #DEDDF8; }
span { border-color: rgb(222,221,248); }
td.TdClassName
{
border-color: #DEDDF8;
}
.TagClassName
{
border-color: #DEDDF8;
}
</style>