Shades of Bridesmaid #FFE2DB
Tints of Bridesmaid #FFE2DB
RGB
CMYK
RGB Variations
Color information
#FFE2DB (or 0xFFE2DB) is known color: Bridesmaid. HEX triplet: FF, E2 and DB. RGB value is (255,226,219). Sum of RGB (Red+Green+Blue) = 255+226+219=700 (92% of max value = 765). Red value is 255 (100% from 255 or 36.43% from 700); Green value is 226 (88.67% from 255 or 32.29% from 700); Blue value is 219 (85.94% from 255 or 31.29% from 700); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2DB is #001D24. Grayscale: #E9E9E9. Windows color (decimal): -7461 or 14410495. OLE color: 14410495.
HSL color Cylindrical-coordinate representation of color #FFE2DB: hue angle of 11.67º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFE2DB is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 226 | 219 | - |
CMYK | 0 | 0.11 | 0.14 | 0 |
HSL | 11.67º | 1% | 0.93% | - |
HSV(B) | 11.67º | 0.14% | 1% | - |
XYZ | 81.22 | 80.77 | 78.33 | - |
YUV | 233.87 | 119.61 | 143.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 226 | 219 | 0 | 0.11 | 0.14 | 0 | 11.67 | 1 | 0.93 |
Hex | FF | E2 | DB | 0 | B | E | 0 | C | 64 | 5D |
Octal | 377 | 342 | 333 | 0 | 13 | 16 | 0 | 14 | 144 | 135 |
Binary | 11111111 | 11100010 | 11011011 | 0 | 1011 | 1110 | 0 | 1100 | 1100100 | 1011101 |
Color Harmonies of #FFE2DB
Complementary color
Monochromatic Colors of #FFE2DB
Black with #FFE2DB
Text Example
Text Example
White with #FFE2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE2DB; }
p { color: rgb(255,226,219); }
H1.HeaderClassName
{
color: #FFE2DB;
}
.AnyTagClassName
{
color: #FFE2DB;
}
</style>
background-color css
<style>
a { background-color: #FFE2DB; }
a { background-color: rgb(255,226,219); }
div.DivClassName
{
background-color: #FFE2DB;
}
.BgClassName
{
background-color: #FFE2DB;
}
</style>
border-color css
<style>
span { border-color: #FFE2DB; }
span { border-color: rgb(255,226,219); }
td.TdClassName
{
border-color: #FFE2DB;
}
.TagClassName
{
border-color: #FFE2DB;
}
</style>