Shades of Porcelain #DFDDDB
Tints of Porcelain #DFDDDB
RGB
CMYK
RGB Variations
Color information
#DFDDDB (or 0xDFDDDB) is known color: Porcelain. HEX triplet: DF, DD and DB. RGB value is (223,221,219). Sum of RGB (Red+Green+Blue) = 223+221+219=663 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.63% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDDB is #202224. Grayscale: #DDDDDD. Windows color (decimal): -2105893 or 14409183. OLE color: 14409183.
HSL color Cylindrical-coordinate representation of color #DFDDDB: hue angle of 30º degrees, saturation: 0.06, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DFDDDB is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 221 | 219 | - |
CMYK | 0 | 0.01 | 0.02 | 0.13 |
HSL | 30º | 0.06% | 0.87% | - |
HSV(B) | 30º | 0.02% | 0.87% | - |
XYZ | 69.07 | 72.52 | 77.37 | - |
YUV | 221.37 | 126.66 | 129.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 221 | 219 | 0 | 0.01 | 0.02 | 0.13 | 30 | 0.06 | 0.87 |
Hex | DF | DD | DB | 0 | 1 | 2 | D | 1E | 6 | 57 |
Octal | 337 | 335 | 333 | 0 | 1 | 2 | 15 | 36 | 6 | 127 |
Binary | 11011111 | 11011101 | 11011011 | 0 | 1 | 10 | 1101 | 11110 | 110 | 1010111 |
Color Harmonies of #DFDDDB
Complementary color
Monochromatic Colors of #DFDDDB
Black with #DFDDDB
Text Example
Text Example
White with #DFDDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDDB; }
p { color: rgb(223,221,219); }
H1.HeaderClassName
{
color: #DFDDDB;
}
.AnyTagClassName
{
color: #DFDDDB;
}
</style>
background-color css
<style>
a { background-color: #DFDDDB; }
a { background-color: rgb(223,221,219); }
div.DivClassName
{
background-color: #DFDDDB;
}
.BgClassName
{
background-color: #DFDDDB;
}
</style>
border-color css
<style>
span { border-color: #DFDDDB; }
span { border-color: rgb(223,221,219); }
td.TdClassName
{
border-color: #DFDDDB;
}
.TagClassName
{
border-color: #DFDDDB;
}
</style>