Shades of Bridesmaid #FFE5DC
Tints of Bridesmaid #FFE5DC
RGB
CMYK
RGB Variations
Color information
#FFE5DC (or 0xFFE5DC) is known color: Bridesmaid. HEX triplet: FF, E5 and DC. RGB value is (255,229,220). Sum of RGB (Red+Green+Blue) = 255+229+220=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 229 (89.84% from 255 or 32.53% from 704); Blue value is 220 (86.33% from 255 or 31.25% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE5DC is #001A23. Grayscale: #EBEBEB. Windows color (decimal): -6692 or 14476799. OLE color: 14476799.
HSL color Cylindrical-coordinate representation of color #FFE5DC: hue angle of 15.43º 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 #FFE5DC is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 220 | - |
| CMYK | 0 | 0.10 | 0.14 | 0 |
| HSL | 15.43º | 1% | 0.93% | - |
| HSV(B) | 15.43º | 0.14% | 1% | - |
| XYZ | 82.18 | 82.47 | 79.3 | - |
| YUV | 235.75 | 119.11 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 220 | 0 | 0.10 | 0.14 | 0 | 15.43 | 1 | 0.93 |
| Hex | FF | E5 | DC | 0 | A | E | 0 | F | 64 | 5D |
| Octal | 377 | 345 | 334 | 0 | 12 | 16 | 0 | 17 | 144 | 135 |
| Binary | 11111111 | 11100101 | 11011100 | 0 | 1010 | 1110 | 0 | 1111 | 1100100 | 1011101 |
Color Harmonies of #FFE5DC
Complementary color
Monochromatic Colors of #FFE5DC
Black with #FFE5DC
Text Example
Text Example
White with #FFE5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5DC; }
p { color: rgb(255,229,220); }
H1.HeaderClassName
{
color: #FFE5DC;
}
.AnyTagClassName
{
color: #FFE5DC;
}
</style>
background-color css
<style>
a { background-color: #FFE5DC; }
a { background-color: rgb(255,229,220); }
div.DivClassName
{
background-color: #FFE5DC;
}
.BgClassName
{
background-color: #FFE5DC;
}
</style>
border-color css
<style>
span { border-color: #FFE5DC; }
span { border-color: rgb(255,229,220); }
td.TdClassName
{
border-color: #FFE5DC;
}
.TagClassName
{
border-color: #FFE5DC;
}
</style>