Shades of Pearl Bush #DCD2C7
Tints of Pearl Bush #DCD2C7
RGB
CMYK
RGB Variations
Color information
#DCD2C7 (or 0xDCD2C7) is known color: Pearl Bush. HEX triplet: DC, D2 and C7. RGB value is (220,210,199). Sum of RGB (Red+Green+Blue) = 220+210+199=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 210 (82.42% from 255 or 33.39% from 629); Blue value is 199 (78.12% from 255 or 31.64% from 629); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD2C7 is #232D38. Grayscale: #D3D3D3. Windows color (decimal): -2305337 or 13095644. OLE color: 13095644.
HSL color Cylindrical-coordinate representation of color #DCD2C7: hue angle of 31.43º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCD2C7 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 199 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.14 |
| HSL | 31.43º | 0.23% | 0.82% | - |
| HSV(B) | 31.43º | 0.1% | 0.86% | - |
| XYZ | 62.87 | 65.43 | 63.35 | - |
| YUV | 211.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 199 | 0 | 0.05 | 0.10 | 0.14 | 31.43 | 0.23 | 0.82 |
| Hex | DC | D2 | C7 | 0 | 5 | A | E | 1F | 17 | 52 |
| Octal | 334 | 322 | 307 | 0 | 5 | 12 | 16 | 37 | 27 | 122 |
| Binary | 11011100 | 11010010 | 11000111 | 0 | 101 | 1010 | 1110 | 11111 | 10111 | 1010010 |
Color Harmonies of #DCD2C7
Complementary color
Monochromatic Colors of #DCD2C7
Black with #DCD2C7
Text Example
Text Example
White with #DCD2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD2C7; }
p { color: rgb(220,210,199); }
H1.HeaderClassName
{
color: #DCD2C7;
}
.AnyTagClassName
{
color: #DCD2C7;
}
</style>
background-color css
<style>
a { background-color: #DCD2C7; }
a { background-color: rgb(220,210,199); }
div.DivClassName
{
background-color: #DCD2C7;
}
.BgClassName
{
background-color: #DCD2C7;
}
</style>
border-color css
<style>
span { border-color: #DCD2C7; }
span { border-color: rgb(220,210,199); }
td.TdClassName
{
border-color: #DCD2C7;
}
.TagClassName
{
border-color: #DCD2C7;
}
</style>