Shades of Pearl Bush #DDCCC0
Tints of Pearl Bush #DDCCC0
RGB
CMYK
RGB Variations
Color information
#DDCCC0 (or 0xDDCCC0) is known color: Pearl Bush. HEX triplet: DD, CC and C0. RGB value is (221,204,192). Sum of RGB (Red+Green+Blue) = 221+204+192=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 192 (75.39% from 255 or 31.12% from 617); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCC0 is #22333F. Grayscale: #CFCFCF. Windows color (decimal): -2241344 or 12635357. OLE color: 12635357.
HSL color Cylindrical-coordinate representation of color #DDCCC0: hue angle of 24.83º degrees, saturation: 0.3, 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 #DDCCC0 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 204 | 192 | - |
CMYK | 0 | 0.08 | 0.13 | 0.13 |
HSL | 24.83º | 0.3% | 0.81% | - |
HSV(B) | 24.83º | 0.13% | 0.87% | - |
XYZ | 60.93 | 62.36 | 58.7 | - |
YUV | 207.72 | 119.13 | 137.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 204 | 192 | 0 | 0.08 | 0.13 | 0.13 | 24.83 | 0.3 | 0.81 |
Hex | DD | CC | C0 | 0 | 8 | D | D | 19 | 1E | 51 |
Octal | 335 | 314 | 300 | 0 | 10 | 15 | 15 | 31 | 36 | 121 |
Binary | 11011101 | 11001100 | 11000000 | 0 | 1000 | 1101 | 1101 | 11001 | 11110 | 1010001 |
Color Harmonies of #DDCCC0
Complementary color
Monochromatic Colors of #DDCCC0
Black with #DDCCC0
Text Example
Text Example
White with #DDCCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCCC0; }
p { color: rgb(221,204,192); }
H1.HeaderClassName
{
color: #DDCCC0;
}
.AnyTagClassName
{
color: #DDCCC0;
}
</style>
background-color css
<style>
a { background-color: #DDCCC0; }
a { background-color: rgb(221,204,192); }
div.DivClassName
{
background-color: #DDCCC0;
}
.BgClassName
{
background-color: #DDCCC0;
}
</style>
border-color css
<style>
span { border-color: #DDCCC0; }
span { border-color: rgb(221,204,192); }
td.TdClassName
{
border-color: #DDCCC0;
}
.TagClassName
{
border-color: #DDCCC0;
}
</style>