Shades of Pearl Bush #DDCBBC
Tints of Pearl Bush #DDCBBC
RGB
CMYK
RGB Variations
Color information
#DDCBBC (or 0xDDCBBC) is known color: Pearl Bush. HEX triplet: DD, CB and BC. RGB value is (221,203,188). Sum of RGB (Red+Green+Blue) = 221+203+188=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 188 (73.83% from 255 or 30.72% from 612); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBBC is #223443. Grayscale: #CECECE. Windows color (decimal): -2241604 or 12372957. OLE color: 12372957.
HSL color Cylindrical-coordinate representation of color #DDCBBC: hue angle of 27.27º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDCBBC is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 188 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.13 |
| HSL | 27.27º | 0.33% | 0.8% | - |
| HSV(B) | 27.27º | 0.15% | 0.87% | - |
| XYZ | 60.25 | 61.71 | 56.31 | - |
| YUV | 206.67 | 117.46 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 188 | 0 | 0.08 | 0.15 | 0.13 | 27.27 | 0.33 | 0.8 |
| Hex | DD | CB | BC | 0 | 8 | F | D | 1B | 21 | 50 |
| Octal | 335 | 313 | 274 | 0 | 10 | 17 | 15 | 33 | 41 | 120 |
| Binary | 11011101 | 11001011 | 10111100 | 0 | 1000 | 1111 | 1101 | 11011 | 100001 | 1010000 |
Color Harmonies of #DDCBBC
Complementary color
Monochromatic Colors of #DDCBBC
Black with #DDCBBC
Text Example
Text Example
White with #DDCBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCBBC; }
p { color: rgb(221,203,188); }
H1.HeaderClassName
{
color: #DDCBBC;
}
.AnyTagClassName
{
color: #DDCBBC;
}
</style>
background-color css
<style>
a { background-color: #DDCBBC; }
a { background-color: rgb(221,203,188); }
div.DivClassName
{
background-color: #DDCBBC;
}
.BgClassName
{
background-color: #DDCBBC;
}
</style>
border-color css
<style>
span { border-color: #DDCBBC; }
span { border-color: rgb(221,203,188); }
td.TdClassName
{
border-color: #DDCBBC;
}
.TagClassName
{
border-color: #DDCBBC;
}
</style>