Shades of Pearl Bush #DDCBBE
Tints of Pearl Bush #DDCBBE
RGB
CMYK
RGB Variations
Color information
#DDCBBE (or 0xDDCBBE) is known color: Pearl Bush. HEX triplet: DD, CB and BE. RGB value is (221,203,190). Sum of RGB (Red+Green+Blue) = 221+203+190=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBBE is #223441. Grayscale: #CECECE. Windows color (decimal): -2241602 or 12504029. OLE color: 12504029.
HSL color Cylindrical-coordinate representation of color #DDCBBE: hue angle of 25.16º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDCBBE is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 190 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.13 |
| HSL | 25.16º | 0.31% | 0.81% | - |
| HSV(B) | 25.16º | 0.14% | 0.87% | - |
| XYZ | 60.47 | 61.8 | 57.46 | - |
| YUV | 206.9 | 118.46 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 190 | 0 | 0.08 | 0.14 | 0.13 | 25.16 | 0.31 | 0.81 |
| Hex | DD | CB | BE | 0 | 8 | E | D | 19 | 1F | 51 |
| Octal | 335 | 313 | 276 | 0 | 10 | 16 | 15 | 31 | 37 | 121 |
| Binary | 11011101 | 11001011 | 10111110 | 0 | 1000 | 1110 | 1101 | 11001 | 11111 | 1010001 |
Color Harmonies of #DDCBBE
Complementary color
Monochromatic Colors of #DDCBBE
Black with #DDCBBE
Text Example
Text Example
White with #DDCBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCBBE; }
p { color: rgb(221,203,190); }
H1.HeaderClassName
{
color: #DDCBBE;
}
.AnyTagClassName
{
color: #DDCBBE;
}
</style>
background-color css
<style>
a { background-color: #DDCBBE; }
a { background-color: rgb(221,203,190); }
div.DivClassName
{
background-color: #DDCBBE;
}
.BgClassName
{
background-color: #DDCBBE;
}
</style>
border-color css
<style>
span { border-color: #DDCBBE; }
span { border-color: rgb(221,203,190); }
td.TdClassName
{
border-color: #DDCBBE;
}
.TagClassName
{
border-color: #DDCBBE;
}
</style>