Shades of Porcelain #DFDCD9
Tints of Porcelain #DFDCD9
RGB
CMYK
RGB Variations
Color information
#DFDCD9 (or 0xDFDCD9) is known color: Porcelain. HEX triplet: DF, DC and D9. RGB value is (223,220,217). Sum of RGB (Red+Green+Blue) = 223+220+217=660 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.79% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 217 (85.16% from 255 or 32.88% from 660); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDCD9 is #202326. Grayscale: #DCDCDC. Windows color (decimal): -2106151 or 14277855. OLE color: 14277855.
HSL color Cylindrical-coordinate representation of color #DFDCD9: hue angle of 30º degrees, saturation: 0.09, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DFDCD9 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 220 | 217 | - |
CMYK | 0 | 0.01 | 0.03 | 0.13 |
HSL | 30º | 0.09% | 0.86% | - |
HSV(B) | 30º | 0.03% | 0.87% | - |
XYZ | 68.55 | 71.88 | 75.91 | - |
YUV | 220.56 | 125.99 | 129.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 220 | 217 | 0 | 0.01 | 0.03 | 0.13 | 30 | 0.09 | 0.86 |
Hex | DF | DC | D9 | 0 | 1 | 3 | D | 1E | 9 | 56 |
Octal | 337 | 334 | 331 | 0 | 1 | 3 | 15 | 36 | 11 | 126 |
Binary | 11011111 | 11011100 | 11011001 | 0 | 1 | 11 | 1101 | 11110 | 1001 | 1010110 |
Color Harmonies of #DFDCD9
Complementary color
Monochromatic Colors of #DFDCD9
Black with #DFDCD9
Text Example
Text Example
White with #DFDCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDCD9; }
p { color: rgb(223,220,217); }
H1.HeaderClassName
{
color: #DFDCD9;
}
.AnyTagClassName
{
color: #DFDCD9;
}
</style>
background-color css
<style>
a { background-color: #DFDCD9; }
a { background-color: rgb(223,220,217); }
div.DivClassName
{
background-color: #DFDCD9;
}
.BgClassName
{
background-color: #DFDCD9;
}
</style>
border-color css
<style>
span { border-color: #DFDCD9; }
span { border-color: rgb(223,220,217); }
td.TdClassName
{
border-color: #DFDCD9;
}
.TagClassName
{
border-color: #DFDCD9;
}
</style>