Shades of Pearl Bush #E6CFBE
Tints of Pearl Bush #E6CFBE
RGB
CMYK
RGB Variations
Color information
#E6CFBE (or 0xE6CFBE) is known color: Pearl Bush. HEX triplet: E6, CF and BE. RGB value is (230,207,190). Sum of RGB (Red+Green+Blue) = 230+207+190=627 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.68% from 627); Green value is 207 (81.25% from 255 or 33.01% from 627); Blue value is 190 (74.61% from 255 or 30.30% from 627); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CFBE is #193041. Grayscale: #D4D4D4. Windows color (decimal): -1650754 or 12505062. OLE color: 12505062.
HSL color Cylindrical-coordinate representation of color #E6CFBE: hue angle of 25.5º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6CFBE is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 207 | 190 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.10 |
| HSL | 25.5º | 0.44% | 0.82% | - |
| HSV(B) | 25.5º | 0.17% | 0.9% | - |
| XYZ | 64.24 | 65.17 | 57.91 | - |
| YUV | 211.94 | 115.62 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 190 | 0 | 0.10 | 0.17 | 0.10 | 25.5 | 0.44 | 0.82 |
| Hex | E6 | CF | BE | 0 | A | 11 | A | 1A | 2C | 52 |
| Octal | 346 | 317 | 276 | 0 | 12 | 21 | 12 | 32 | 54 | 122 |
| Binary | 11100110 | 11001111 | 10111110 | 0 | 1010 | 10001 | 1010 | 11010 | 101100 | 1010010 |
Color Harmonies of #E6CFBE
Complementary color
Monochromatic Colors of #E6CFBE
Black with #E6CFBE
Text Example
Text Example
White with #E6CFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CFBE; }
p { color: rgb(230,207,190); }
H1.HeaderClassName
{
color: #E6CFBE;
}
.AnyTagClassName
{
color: #E6CFBE;
}
</style>
background-color css
<style>
a { background-color: #E6CFBE; }
a { background-color: rgb(230,207,190); }
div.DivClassName
{
background-color: #E6CFBE;
}
.BgClassName
{
background-color: #E6CFBE;
}
</style>
border-color css
<style>
span { border-color: #E6CFBE; }
span { border-color: rgb(230,207,190); }
td.TdClassName
{
border-color: #E6CFBE;
}
.TagClassName
{
border-color: #E6CFBE;
}
</style>