Shades of Bridesmaid #FFE5DB
Tints of Bridesmaid #FFE5DB
RGB
CMYK
RGB Variations
Color information
#FFE5DB (or 0xFFE5DB) is known color: Bridesmaid. HEX triplet: FF, E5 and DB. RGB value is (255,229,219). Sum of RGB (Red+Green+Blue) = 255+229+219=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 229 (89.84% from 255 or 32.57% from 703); Blue value is 219 (85.94% from 255 or 31.15% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE5DB is #001A24. Grayscale: #EBEBEB. Windows color (decimal): -6693 or 14411263. OLE color: 14411263.
HSL color Cylindrical-coordinate representation of color #FFE5DB: hue angle of 16.67º 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 #FFE5DB is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 229 | 219 | - |
CMYK | 0 | 0.10 | 0.14 | 0 |
HSL | 16.67º | 1% | 0.93% | - |
HSV(B) | 16.67º | 0.14% | 1% | - |
XYZ | 82.05 | 82.41 | 78.6 | - |
YUV | 235.63 | 118.61 | 141.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 229 | 219 | 0 | 0.10 | 0.14 | 0 | 16.67 | 1 | 0.93 |
Hex | FF | E5 | DB | 0 | A | E | 0 | 11 | 64 | 5D |
Octal | 377 | 345 | 333 | 0 | 12 | 16 | 0 | 21 | 144 | 135 |
Binary | 11111111 | 11100101 | 11011011 | 0 | 1010 | 1110 | 0 | 10001 | 1100100 | 1011101 |
Color Harmonies of #FFE5DB
Complementary color
Monochromatic Colors of #FFE5DB
Black with #FFE5DB
Text Example
Text Example
White with #FFE5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5DB; }
p { color: rgb(255,229,219); }
H1.HeaderClassName
{
color: #FFE5DB;
}
.AnyTagClassName
{
color: #FFE5DB;
}
</style>
background-color css
<style>
a { background-color: #FFE5DB; }
a { background-color: rgb(255,229,219); }
div.DivClassName
{
background-color: #FFE5DB;
}
.BgClassName
{
background-color: #FFE5DB;
}
</style>
border-color css
<style>
span { border-color: #FFE5DB; }
span { border-color: rgb(255,229,219); }
td.TdClassName
{
border-color: #FFE5DB;
}
.TagClassName
{
border-color: #FFE5DB;
}
</style>