Shades of Pearl Bush #E6CFBB
Tints of Pearl Bush #E6CFBB
RGB
CMYK
RGB Variations
Color information
#E6CFBB (or 0xE6CFBB) is known color: Pearl Bush. HEX triplet: E6, CF and BB. RGB value is (230,207,187). Sum of RGB (Red+Green+Blue) = 230+207+187=624 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.86% from 624); Green value is 207 (81.25% from 255 or 33.17% from 624); Blue value is 187 (73.44% from 255 or 29.97% from 624); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CFBB is #193044. Grayscale: #D3D3D3. Windows color (decimal): -1650757 or 12308454. OLE color: 12308454.
HSL color Cylindrical-coordinate representation of color #E6CFBB: hue angle of 27.91º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6CFBB is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 207 | 187 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.10 |
| HSL | 27.91º | 0.46% | 0.82% | - |
| HSV(B) | 27.91º | 0.19% | 0.9% | - |
| XYZ | 63.92 | 65.04 | 56.2 | - |
| YUV | 211.6 | 114.12 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 187 | 0 | 0.10 | 0.19 | 0.10 | 27.91 | 0.46 | 0.82 |
| Hex | E6 | CF | BB | 0 | A | 13 | A | 1C | 2E | 52 |
| Octal | 346 | 317 | 273 | 0 | 12 | 23 | 12 | 34 | 56 | 122 |
| Binary | 11100110 | 11001111 | 10111011 | 0 | 1010 | 10011 | 1010 | 11100 | 101110 | 1010010 |
Color Harmonies of #E6CFBB
Complementary color
Monochromatic Colors of #E6CFBB
Black with #E6CFBB
Text Example
Text Example
White with #E6CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CFBB; }
p { color: rgb(230,207,187); }
H1.HeaderClassName
{
color: #E6CFBB;
}
.AnyTagClassName
{
color: #E6CFBB;
}
</style>
background-color css
<style>
a { background-color: #E6CFBB; }
a { background-color: rgb(230,207,187); }
div.DivClassName
{
background-color: #E6CFBB;
}
.BgClassName
{
background-color: #E6CFBB;
}
</style>
border-color css
<style>
span { border-color: #E6CFBB; }
span { border-color: rgb(230,207,187); }
td.TdClassName
{
border-color: #E6CFBB;
}
.TagClassName
{
border-color: #E6CFBB;
}
</style>