Shades of Pearl Bush #DDCCC1
Tints of Pearl Bush #DDCCC1
RGB
CMYK
RGB Variations
Color information
#DDCCC1 (or 0xDDCCC1) is known color: Pearl Bush. HEX triplet: DD, CC and C1. RGB value is (221,204,193). Sum of RGB (Red+Green+Blue) = 221+204+193=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCC1 is #22333E. Grayscale: #CFCFCF. Windows color (decimal): -2241343 or 12700893. OLE color: 12700893.
HSL color Cylindrical-coordinate representation of color #DDCCC1: hue angle of 23.57º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDCCC1 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 193 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.13 |
| HSL | 23.57º | 0.29% | 0.81% | - |
| HSV(B) | 23.57º | 0.13% | 0.87% | - |
| XYZ | 61.04 | 62.41 | 59.28 | - |
| YUV | 207.83 | 119.63 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 193 | 0 | 0.08 | 0.13 | 0.13 | 23.57 | 0.29 | 0.81 |
| Hex | DD | CC | C1 | 0 | 8 | D | D | 18 | 1D | 51 |
| Octal | 335 | 314 | 301 | 0 | 10 | 15 | 15 | 30 | 35 | 121 |
| Binary | 11011101 | 11001100 | 11000001 | 0 | 1000 | 1101 | 1101 | 11000 | 11101 | 1010001 |
Color Harmonies of #DDCCC1
Complementary color
Monochromatic Colors of #DDCCC1
Black with #DDCCC1
Text Example
Text Example
White with #DDCCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCCC1; }
p { color: rgb(221,204,193); }
H1.HeaderClassName
{
color: #DDCCC1;
}
.AnyTagClassName
{
color: #DDCCC1;
}
</style>
background-color css
<style>
a { background-color: #DDCCC1; }
a { background-color: rgb(221,204,193); }
div.DivClassName
{
background-color: #DDCCC1;
}
.BgClassName
{
background-color: #DDCCC1;
}
</style>
border-color css
<style>
span { border-color: #DDCCC1; }
span { border-color: rgb(221,204,193); }
td.TdClassName
{
border-color: #DDCCC1;
}
.TagClassName
{
border-color: #DDCCC1;
}
</style>