Shades of Bridesmaid #FFE6DD
Tints of Bridesmaid #FFE6DD
RGB
CMYK
RGB Variations
Color information
#FFE6DD (or 0xFFE6DD) is known color: Bridesmaid. HEX triplet: FF, E6 and DD. RGB value is (255,230,221). Sum of RGB (Red+Green+Blue) = 255+230+221=706 (93% of max value = 765). Red value is 255 (100% from 255 or 36.12% from 706); Green value is 230 (90.23% from 255 or 32.58% from 706); Blue value is 221 (86.72% from 255 or 31.30% from 706); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6DD is #001922. Grayscale: #ECECEC. Windows color (decimal): -6435 or 14542591. OLE color: 14542591.
HSL color Cylindrical-coordinate representation of color #FFE6DD: hue angle of 15.88º 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 #FFE6DD is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 230 | 221 | - |
CMYK | 0 | 0.10 | 0.13 | 0 |
HSL | 15.88º | 1% | 0.93% | - |
HSV(B) | 15.88º | 0.13% | 1% | - |
XYZ | 82.59 | 83.07 | 80.09 | - |
YUV | 236.45 | 119.28 | 141.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 230 | 221 | 0 | 0.10 | 0.13 | 0 | 15.88 | 1 | 0.93 |
Hex | FF | E6 | DD | 0 | A | D | 0 | 10 | 64 | 5D |
Octal | 377 | 346 | 335 | 0 | 12 | 15 | 0 | 20 | 144 | 135 |
Binary | 11111111 | 11100110 | 11011101 | 0 | 1010 | 1101 | 0 | 10000 | 1100100 | 1011101 |
Color Harmonies of #FFE6DD
Complementary color
Monochromatic Colors of #FFE6DD
Black with #FFE6DD
Text Example
Text Example
White with #FFE6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE6DD; }
p { color: rgb(255,230,221); }
H1.HeaderClassName
{
color: #FFE6DD;
}
.AnyTagClassName
{
color: #FFE6DD;
}
</style>
background-color css
<style>
a { background-color: #FFE6DD; }
a { background-color: rgb(255,230,221); }
div.DivClassName
{
background-color: #FFE6DD;
}
.BgClassName
{
background-color: #FFE6DD;
}
</style>
border-color css
<style>
span { border-color: #FFE6DD; }
span { border-color: rgb(255,230,221); }
td.TdClassName
{
border-color: #FFE6DD;
}
.TagClassName
{
border-color: #FFE6DD;
}
</style>