Shades of Beauty Bush #EEBDB3
Tints of Beauty Bush #EEBDB3
RGB
CMYK
RGB Variations
Color information
#EEBDB3 (or 0xEEBDB3) is known color: Beauty Bush. HEX triplet: EE, BD and B3. RGB value is (238,189,179). Sum of RGB (Red+Green+Blue) = 238+189+179=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 179 (70.31% from 255 or 29.54% from 606); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDB3 is #11424C. Grayscale: #CACACA. Windows color (decimal): -1131085 or 11779566. OLE color: 11779566.
HSL color Cylindrical-coordinate representation of color #EEBDB3: hue angle of 10.17º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEBDB3 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 189 | 179 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.07 |
| HSL | 10.17º | 0.63% | 0.82% | - |
| HSV(B) | 10.17º | 0.25% | 0.93% | - |
| XYZ | 61.59 | 57.83 | 50.56 | - |
| YUV | 202.51 | 114.73 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 179 | 0 | 0.21 | 0.25 | 0.07 | 10.17 | 0.63 | 0.82 |
| Hex | EE | BD | B3 | 0 | 15 | 19 | 7 | A | 3F | 52 |
| Octal | 356 | 275 | 263 | 0 | 25 | 31 | 7 | 12 | 77 | 122 |
| Binary | 11101110 | 10111101 | 10110011 | 0 | 10101 | 11001 | 111 | 1010 | 111111 | 1010010 |
Color Harmonies of #EEBDB3
Complementary color
Monochromatic Colors of #EEBDB3
Black with #EEBDB3
Text Example
Text Example
White with #EEBDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDB3; }
p { color: rgb(238,189,179); }
H1.HeaderClassName
{
color: #EEBDB3;
}
.AnyTagClassName
{
color: #EEBDB3;
}
</style>
background-color css
<style>
a { background-color: #EEBDB3; }
a { background-color: rgb(238,189,179); }
div.DivClassName
{
background-color: #EEBDB3;
}
.BgClassName
{
background-color: #EEBDB3;
}
</style>
border-color css
<style>
span { border-color: #EEBDB3; }
span { border-color: rgb(238,189,179); }
td.TdClassName
{
border-color: #EEBDB3;
}
.TagClassName
{
border-color: #EEBDB3;
}
</style>