Shades of Bridesmaid #FFE4DD
Tints of Bridesmaid #FFE4DD
RGB
CMYK
RGB Variations
Color information
#FFE4DD (or 0xFFE4DD) is known color: Bridesmaid. HEX triplet: FF, E4 and DD. RGB value is (255,228,221). Sum of RGB (Red+Green+Blue) = 255+228+221=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 228 (89.45% from 255 or 32.39% from 704); Blue value is 221 (86.72% from 255 or 31.39% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE4DD is #001B22. Grayscale: #EBEBEB. Windows color (decimal): -6947 or 14542079. OLE color: 14542079.
HSL color Cylindrical-coordinate representation of color #FFE4DD: hue angle of 12.35º 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 #FFE4DD is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 228 | 221 | - |
CMYK | 0 | 0.11 | 0.13 | 0 |
HSL | 12.35º | 1% | 0.93% | - |
HSV(B) | 12.35º | 0.13% | 1% | - |
XYZ | 82.03 | 81.97 | 79.9 | - |
YUV | 235.28 | 119.95 | 142.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 228 | 221 | 0 | 0.11 | 0.13 | 0 | 12.35 | 1 | 0.93 |
Hex | FF | E4 | DD | 0 | B | D | 0 | C | 64 | 5D |
Octal | 377 | 344 | 335 | 0 | 13 | 15 | 0 | 14 | 144 | 135 |
Binary | 11111111 | 11100100 | 11011101 | 0 | 1011 | 1101 | 0 | 1100 | 1100100 | 1011101 |
Color Harmonies of #FFE4DD
Complementary color
Monochromatic Colors of #FFE4DD
Black with #FFE4DD
Text Example
Text Example
White with #FFE4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE4DD; }
p { color: rgb(255,228,221); }
H1.HeaderClassName
{
color: #FFE4DD;
}
.AnyTagClassName
{
color: #FFE4DD;
}
</style>
background-color css
<style>
a { background-color: #FFE4DD; }
a { background-color: rgb(255,228,221); }
div.DivClassName
{
background-color: #FFE4DD;
}
.BgClassName
{
background-color: #FFE4DD;
}
</style>
border-color css
<style>
span { border-color: #FFE4DD; }
span { border-color: rgb(255,228,221); }
td.TdClassName
{
border-color: #FFE4DD;
}
.TagClassName
{
border-color: #FFE4DD;
}
</style>