Shades of Bridesmaid #FFE5DD
Tints of Bridesmaid #FFE5DD
RGB
CMYK
RGB Variations
Color information
#FFE5DD (or 0xFFE5DD) is known color: Bridesmaid. HEX triplet: FF, E5 and DD. RGB value is (255,229,221). Sum of RGB (Red+Green+Blue) = 255+229+221=705 (93% of max value = 765). Red value is 255 (100% from 255 or 36.17% from 705); Green value is 229 (89.84% from 255 or 32.48% from 705); Blue value is 221 (86.72% from 255 or 31.35% from 705); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE5DD is #001A22. Grayscale: #EBEBEB. Windows color (decimal): -6691 or 14542335. OLE color: 14542335.
HSL color Cylindrical-coordinate representation of color #FFE5DD: hue angle of 14.12º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFE5DD is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 229 | 221 | - |
CMYK | 0 | 0.10 | 0.13 | 0 |
HSL | 14.12º | 1% | 0.93% | - |
HSV(B) | 14.12º | 0.13% | 1% | - |
XYZ | 82.31 | 82.52 | 80 | - |
YUV | 235.86 | 119.61 | 141.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 229 | 221 | 0 | 0.10 | 0.13 | 0 | 14.12 | 1 | 0.93 |
Hex | FF | E5 | DD | 0 | A | D | 0 | E | 64 | 5D |
Octal | 377 | 345 | 335 | 0 | 12 | 15 | 0 | 16 | 144 | 135 |
Binary | 11111111 | 11100101 | 11011101 | 0 | 1010 | 1101 | 0 | 1110 | 1100100 | 1011101 |
Color Harmonies of #FFE5DD
Complementary color
Monochromatic Colors of #FFE5DD
Black with #FFE5DD
Text Example
Text Example
White with #FFE5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5DD; }
p { color: rgb(255,229,221); }
H1.HeaderClassName
{
color: #FFE5DD;
}
.AnyTagClassName
{
color: #FFE5DD;
}
</style>
background-color css
<style>
a { background-color: #FFE5DD; }
a { background-color: rgb(255,229,221); }
div.DivClassName
{
background-color: #FFE5DD;
}
.BgClassName
{
background-color: #FFE5DD;
}
</style>
border-color css
<style>
span { border-color: #FFE5DD; }
span { border-color: rgb(255,229,221); }
td.TdClassName
{
border-color: #FFE5DD;
}
.TagClassName
{
border-color: #FFE5DD;
}
</style>