Shades of Pearl Bush #E6CFBC
Tints of Pearl Bush #E6CFBC
RGB
CMYK
RGB Variations
Color information
#E6CFBC (or 0xE6CFBC) is known color: Pearl Bush. HEX triplet: E6, CF and BC. RGB value is (230,207,188). Sum of RGB (Red+Green+Blue) = 230+207+188=625 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.8% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 188 (73.83% from 255 or 30.08% from 625); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CFBC is #193043. Grayscale: #D3D3D3. Windows color (decimal): -1650756 or 12373990. OLE color: 12373990.
HSL color Cylindrical-coordinate representation of color #E6CFBC: hue angle of 27.14º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6CFBC is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 207 | 188 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.10 |
| HSL | 27.14º | 0.46% | 0.82% | - |
| HSV(B) | 27.14º | 0.18% | 0.9% | - |
| XYZ | 64.02 | 65.08 | 56.76 | - |
| YUV | 211.71 | 114.62 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 188 | 0 | 0.10 | 0.18 | 0.10 | 27.14 | 0.46 | 0.82 |
| Hex | E6 | CF | BC | 0 | A | 12 | A | 1B | 2E | 52 |
| Octal | 346 | 317 | 274 | 0 | 12 | 22 | 12 | 33 | 56 | 122 |
| Binary | 11100110 | 11001111 | 10111100 | 0 | 1010 | 10010 | 1010 | 11011 | 101110 | 1010010 |
Color Harmonies of #E6CFBC
Complementary color
Monochromatic Colors of #E6CFBC
Black with #E6CFBC
Text Example
Text Example
White with #E6CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CFBC; }
p { color: rgb(230,207,188); }
H1.HeaderClassName
{
color: #E6CFBC;
}
.AnyTagClassName
{
color: #E6CFBC;
}
</style>
background-color css
<style>
a { background-color: #E6CFBC; }
a { background-color: rgb(230,207,188); }
div.DivClassName
{
background-color: #E6CFBC;
}
.BgClassName
{
background-color: #E6CFBC;
}
</style>
border-color css
<style>
span { border-color: #E6CFBC; }
span { border-color: rgb(230,207,188); }
td.TdClassName
{
border-color: #E6CFBC;
}
.TagClassName
{
border-color: #E6CFBC;
}
</style>