Shades of Bridesmaid #FFE3DB
Tints of Bridesmaid #FFE3DB
RGB
CMYK
RGB Variations
Color information
#FFE3DB (or 0xFFE3DB) is known color: Bridesmaid. HEX triplet: FF, E3 and DB. RGB value is (255,227,219). Sum of RGB (Red+Green+Blue) = 255+227+219=701 (92% of max value = 765). Red value is 255 (100% from 255 or 36.38% from 701); Green value is 227 (89.06% from 255 or 32.38% from 701); Blue value is 219 (85.94% from 255 or 31.24% from 701); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE3DB is #001C24. Grayscale: #EAEAEA. Windows color (decimal): -7205 or 14410751. OLE color: 14410751.
HSL color Cylindrical-coordinate representation of color #FFE3DB: hue angle of 13.33º 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 #FFE3DB is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 219 | - |
| CMYK | 0 | 0.11 | 0.14 | 0 |
| HSL | 13.33º | 1% | 0.93% | - |
| HSV(B) | 13.33º | 0.14% | 1% | - |
| XYZ | 81.5 | 81.31 | 78.42 | - |
| YUV | 234.46 | 119.28 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 219 | 0 | 0.11 | 0.14 | 0 | 13.33 | 1 | 0.93 |
| Hex | FF | E3 | DB | 0 | B | E | 0 | D | 64 | 5D |
| Octal | 377 | 343 | 333 | 0 | 13 | 16 | 0 | 15 | 144 | 135 |
| Binary | 11111111 | 11100011 | 11011011 | 0 | 1011 | 1110 | 0 | 1101 | 1100100 | 1011101 |
Color Harmonies of #FFE3DB
Complementary color
Monochromatic Colors of #FFE3DB
Black with #FFE3DB
Text Example
Text Example
White with #FFE3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE3DB; }
p { color: rgb(255,227,219); }
H1.HeaderClassName
{
color: #FFE3DB;
}
.AnyTagClassName
{
color: #FFE3DB;
}
</style>
background-color css
<style>
a { background-color: #FFE3DB; }
a { background-color: rgb(255,227,219); }
div.DivClassName
{
background-color: #FFE3DB;
}
.BgClassName
{
background-color: #FFE3DB;
}
</style>
border-color css
<style>
span { border-color: #FFE3DB; }
span { border-color: rgb(255,227,219); }
td.TdClassName
{
border-color: #FFE3DB;
}
.TagClassName
{
border-color: #FFE3DB;
}
</style>