Shades of Bridesmaid #FFE4DB
Tints of Bridesmaid #FFE4DB
RGB
CMYK
RGB Variations
Color information
#FFE4DB (or 0xFFE4DB) is known color: Bridesmaid. HEX triplet: FF, E4 and DB. RGB value is (255,228,219). Sum of RGB (Red+Green+Blue) = 255+228+219=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 228 (89.45% from 255 or 32.48% from 702); Blue value is 219 (85.94% from 255 or 31.20% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE4DB is #001B24. Grayscale: #EBEBEB. Windows color (decimal): -6949 or 14411007. OLE color: 14411007.
HSL color Cylindrical-coordinate representation of color #FFE4DB: hue angle of 15º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFE4DB is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 219 | - |
| CMYK | 0 | 0.11 | 0.14 | 0 |
| HSL | 15º | 1% | 0.93% | - |
| HSV(B) | 15º | 0.14% | 1% | - |
| XYZ | 81.77 | 81.86 | 78.51 | - |
| YUV | 235.05 | 118.95 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 219 | 0 | 0.11 | 0.14 | 0 | 15 | 1 | 0.93 |
| Hex | FF | E4 | DB | 0 | B | E | 0 | F | 64 | 5D |
| Octal | 377 | 344 | 333 | 0 | 13 | 16 | 0 | 17 | 144 | 135 |
| Binary | 11111111 | 11100100 | 11011011 | 0 | 1011 | 1110 | 0 | 1111 | 1100100 | 1011101 |
Color Harmonies of #FFE4DB
Complementary color
Monochromatic Colors of #FFE4DB
Black with #FFE4DB
Text Example
Text Example
White with #FFE4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE4DB; }
p { color: rgb(255,228,219); }
H1.HeaderClassName
{
color: #FFE4DB;
}
.AnyTagClassName
{
color: #FFE4DB;
}
</style>
background-color css
<style>
a { background-color: #FFE4DB; }
a { background-color: rgb(255,228,219); }
div.DivClassName
{
background-color: #FFE4DB;
}
.BgClassName
{
background-color: #FFE4DB;
}
</style>
border-color css
<style>
span { border-color: #FFE4DB; }
span { border-color: rgb(255,228,219); }
td.TdClassName
{
border-color: #FFE4DB;
}
.TagClassName
{
border-color: #FFE4DB;
}
</style>