Shades of Porcelain #DDDAD7
Tints of Porcelain #DDDAD7
RGB
CMYK
RGB Variations
Color information
#DDDAD7 (or 0xDDDAD7) is known color: Porcelain. HEX triplet: DD, DA and D7. RGB value is (221,218,215). Sum of RGB (Red+Green+Blue) = 221+218+215=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 215 (84.38% from 255 or 32.87% from 654); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDAD7 is #222528. Grayscale: #DADADA. Windows color (decimal): -2237737 or 14146269. OLE color: 14146269.
HSL color Cylindrical-coordinate representation of color #DDDAD7: hue angle of 30º degrees, saturation: 0.08, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDDAD7 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 218 | 215 | - |
CMYK | 0 | 0.01 | 0.03 | 0.13 |
HSL | 30º | 0.08% | 0.85% | - |
HSV(B) | 30º | 0.03% | 0.87% | - |
XYZ | 67.16 | 70.42 | 74.34 | - |
YUV | 218.56 | 125.99 | 129.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 215 | 0 | 0.01 | 0.03 | 0.13 | 30 | 0.08 | 0.85 |
Hex | DD | DA | D7 | 0 | 1 | 3 | D | 1E | 8 | 55 |
Octal | 335 | 332 | 327 | 0 | 1 | 3 | 15 | 36 | 10 | 125 |
Binary | 11011101 | 11011010 | 11010111 | 0 | 1 | 11 | 1101 | 11110 | 1000 | 1010101 |
Color Harmonies of #DDDAD7
Complementary color
Monochromatic Colors of #DDDAD7
Black with #DDDAD7
Text Example
Text Example
White with #DDDAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAD7; }
p { color: rgb(221,218,215); }
H1.HeaderClassName
{
color: #DDDAD7;
}
.AnyTagClassName
{
color: #DDDAD7;
}
</style>
background-color css
<style>
a { background-color: #DDDAD7; }
a { background-color: rgb(221,218,215); }
div.DivClassName
{
background-color: #DDDAD7;
}
.BgClassName
{
background-color: #DDDAD7;
}
</style>
border-color css
<style>
span { border-color: #DDDAD7; }
span { border-color: rgb(221,218,215); }
td.TdClassName
{
border-color: #DDDAD7;
}
.TagClassName
{
border-color: #DDDAD7;
}
</style>