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