Shades of Quartz #DEDDE3
Tints of Quartz #DEDDE3
RGB
CMYK
RGB Variations
Color information
#DEDDE3 (or 0xDEDDE3) is known color: Quartz. HEX triplet: DE, DD and E3. RGB value is (222,221,227). Sum of RGB (Red+Green+Blue) = 222+221+227=670 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.13% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 227 (89.06% from 255 or 33.88% from 670); Max value from RGB is 227 - color contains mainly: blue. Hex color #DEDDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDDE3 is #21221C. Grayscale: #DDDDDD. Windows color (decimal): -2171421 or 14933470. OLE color: 14933470.
HSL color Cylindrical-coordinate representation of color #DEDDE3: hue angle of 250º degrees, saturation: 0.1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEDDE3 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 222 | 221 | 227 | - |
CMYK | 0.02 | 0.03 | 0 | 0.11 |
HSL | 250º | 0.1% | 0.88% | - |
HSV(B) | 250º | 0.03% | 0.89% | - |
XYZ | 69.85 | 72.79 | 83.04 | - |
YUV | 221.98 | 130.83 | 128.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 221 | 227 | 0.02 | 0.03 | 0 | 0.11 | 250 | 0.1 | 0.88 |
Hex | DE | DD | E3 | 2 | 3 | 0 | B | FA | A | 58 |
Octal | 336 | 335 | 343 | 2 | 3 | 0 | 13 | 372 | 12 | 130 |
Binary | 11011110 | 11011101 | 11100011 | 10 | 11 | 0 | 1011 | 11111010 | 1010 | 1011000 |
Color Harmonies of #DEDDE3
Complementary color
Monochromatic Colors of #DEDDE3
Black with #DEDDE3
Text Example
Text Example
White with #DEDDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDE3; }
p { color: rgb(222,221,227); }
H1.HeaderClassName
{
color: #DEDDE3;
}
.AnyTagClassName
{
color: #DEDDE3;
}
</style>
background-color css
<style>
a { background-color: #DEDDE3; }
a { background-color: rgb(222,221,227); }
div.DivClassName
{
background-color: #DEDDE3;
}
.BgClassName
{
background-color: #DEDDE3;
}
</style>
border-color css
<style>
span { border-color: #DEDDE3; }
span { border-color: rgb(222,221,227); }
td.TdClassName
{
border-color: #DEDDE3;
}
.TagClassName
{
border-color: #DEDDE3;
}
</style>