Shades of Bridesmaid #FFE6DF
Tints of Bridesmaid #FFE6DF
RGB
CMYK
RGB Variations
Color information
#FFE6DF (or 0xFFE6DF) is known color: Bridesmaid. HEX triplet: FF, E6 and DF. RGB value is (255,230,223). Sum of RGB (Red+Green+Blue) = 255+230+223=708 (93% of max value = 765). Red value is 255 (100% from 255 or 36.02% from 708); Green value is 230 (90.23% from 255 or 32.49% from 708); Blue value is 223 (87.5% from 255 or 31.50% from 708); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6DF is #001920. Grayscale: #ECECEC. Windows color (decimal): -6433 or 14673663. OLE color: 14673663.
HSL color Cylindrical-coordinate representation of color #FFE6DF: hue angle of 13.12º 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 #FFE6DF is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 223 | - |
| CMYK | 0 | 0.10 | 0.13 | 0 |
| HSL | 13.13º | 1% | 0.94% | - |
| HSV(B) | 13.13º | 0.13% | 1% | - |
| XYZ | 82.86 | 83.18 | 81.5 | - |
| YUV | 236.68 | 120.28 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 223 | 0 | 0.10 | 0.13 | 0 | 13.13 | 1 | 0.94 |
| Hex | FF | E6 | DF | 0 | A | D | 0 | D | 64 | 5E |
| Octal | 377 | 346 | 337 | 0 | 12 | 15 | 0 | 15 | 144 | 136 |
| Binary | 11111111 | 11100110 | 11011111 | 0 | 1010 | 1101 | 0 | 1101 | 1100100 | 1011110 |
Color Harmonies of #FFE6DF
Complementary color
Monochromatic Colors of #FFE6DF
Black with #FFE6DF
Text Example
Text Example
White with #FFE6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE6DF; }
p { color: rgb(255,230,223); }
H1.HeaderClassName
{
color: #FFE6DF;
}
.AnyTagClassName
{
color: #FFE6DF;
}
</style>
background-color css
<style>
a { background-color: #FFE6DF; }
a { background-color: rgb(255,230,223); }
div.DivClassName
{
background-color: #FFE6DF;
}
.BgClassName
{
background-color: #FFE6DF;
}
</style>
border-color css
<style>
span { border-color: #FFE6DF; }
span { border-color: rgb(255,230,223); }
td.TdClassName
{
border-color: #FFE6DF;
}
.TagClassName
{
border-color: #FFE6DF;
}
</style>