Shades of Bridesmaid #FFE7DF
Tints of Bridesmaid #FFE7DF
RGB
CMYK
RGB Variations
Color information
#FFE7DF (or 0xFFE7DF) is known color: Bridesmaid. HEX triplet: FF, E7 and DF. RGB value is (255,231,223). Sum of RGB (Red+Green+Blue) = 255+231+223=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 231 (90.62% from 255 or 32.58% from 709); Blue value is 223 (87.5% from 255 or 31.45% from 709); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE7DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE7DF is #001820. Grayscale: #EDEDED. Windows color (decimal): -6177 or 14673919. OLE color: 14673919.
HSL color Cylindrical-coordinate representation of color #FFE7DF: hue angle of 15º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFE7DF is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 231 | 223 | - |
| CMYK | 0 | 0.09 | 0.13 | 0 |
| HSL | 15º | 1% | 0.94% | - |
| HSV(B) | 15º | 0.13% | 1% | - |
| XYZ | 83.14 | 83.74 | 81.59 | - |
| YUV | 237.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 231 | 223 | 0 | 0.09 | 0.13 | 0 | 15 | 1 | 0.94 |
| Hex | FF | E7 | DF | 0 | 9 | D | 0 | F | 64 | 5E |
| Octal | 377 | 347 | 337 | 0 | 11 | 15 | 0 | 17 | 144 | 136 |
| Binary | 11111111 | 11100111 | 11011111 | 0 | 1001 | 1101 | 0 | 1111 | 1100100 | 1011110 |
Color Harmonies of #FFE7DF
Complementary color
Monochromatic Colors of #FFE7DF
Black with #FFE7DF
Text Example
Text Example
White with #FFE7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE7DF; }
p { color: rgb(255,231,223); }
H1.HeaderClassName
{
color: #FFE7DF;
}
.AnyTagClassName
{
color: #FFE7DF;
}
</style>
background-color css
<style>
a { background-color: #FFE7DF; }
a { background-color: rgb(255,231,223); }
div.DivClassName
{
background-color: #FFE7DF;
}
.BgClassName
{
background-color: #FFE7DF;
}
</style>
border-color css
<style>
span { border-color: #FFE7DF; }
span { border-color: rgb(255,231,223); }
td.TdClassName
{
border-color: #FFE7DF;
}
.TagClassName
{
border-color: #FFE7DF;
}
</style>