Shades of Porcelain #DEDDDC
Tints of Porcelain #DEDDDC
RGB
CMYK
RGB Variations
Color information
#DEDDDC (or 0xDEDDDC) is known color: Porcelain. HEX triplet: DE, DD and DC. RGB value is (222,221,220). Sum of RGB (Red+Green+Blue) = 222+221+220=663 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.48% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 220 (86.33% from 255 or 33.18% from 663); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDDDC is #212223. Grayscale: #DDDDDD. Windows color (decimal): -2171428 or 14474718. OLE color: 14474718.
HSL color Cylindrical-coordinate representation of color #DEDDDC: hue angle of 30º degrees, saturation: 0.03, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DEDDDC is Cyan = 0, Magento = 0.00, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 221 | 220 | - |
CMYK | 0 | 0.00 | 0.01 | 0.13 |
HSL | 30º | 0.03% | 0.87% | - |
HSV(B) | 30º | 0.01% | 0.87% | - |
XYZ | 68.9 | 72.41 | 78.06 | - |
YUV | 221.19 | 127.33 | 128.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 221 | 220 | 0 | 0.00 | 0.01 | 0.13 | 30 | 0.03 | 0.87 |
Hex | DE | DD | DC | 0 | 0 | 1 | D | 1E | 3 | 57 |
Octal | 336 | 335 | 334 | 0 | 0 | 1 | 15 | 36 | 3 | 127 |
Binary | 11011110 | 11011101 | 11011100 | 0 | 0 | 1 | 1101 | 11110 | 11 | 1010111 |
Color Harmonies of #DEDDDC
Complementary color
Monochromatic Colors of #DEDDDC
Black with #DEDDDC
Text Example
Text Example
White with #DEDDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDDC; }
p { color: rgb(222,221,220); }
H1.HeaderClassName
{
color: #DEDDDC;
}
.AnyTagClassName
{
color: #DEDDDC;
}
</style>
background-color css
<style>
a { background-color: #DEDDDC; }
a { background-color: rgb(222,221,220); }
div.DivClassName
{
background-color: #DEDDDC;
}
.BgClassName
{
background-color: #DEDDDC;
}
</style>
border-color css
<style>
span { border-color: #DEDDDC; }
span { border-color: rgb(222,221,220); }
td.TdClassName
{
border-color: #DEDDDC;
}
.TagClassName
{
border-color: #DEDDDC;
}
</style>