Shades of Bridesmaid #FFE6DE
Tints of Bridesmaid #FFE6DE
RGB
CMYK
RGB Variations
Color information
#FFE6DE (or 0xFFE6DE) is known color: Bridesmaid. HEX triplet: FF, E6 and DE. RGB value is (255,230,222). Sum of RGB (Red+Green+Blue) = 255+230+222=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 230 (90.23% from 255 or 32.53% from 707); Blue value is 222 (87.11% from 255 or 31.40% from 707); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6DE is #001921. Grayscale: #ECECEC. Windows color (decimal): -6434 or 14608127. OLE color: 14608127.
HSL color Cylindrical-coordinate representation of color #FFE6DE: hue angle of 14.55º 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 #FFE6DE is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 230 | 222 | - |
CMYK | 0 | 0.10 | 0.13 | 0 |
HSL | 14.55º | 1% | 0.94% | - |
HSV(B) | 14.55º | 0.13% | 1% | - |
XYZ | 82.72 | 83.13 | 80.79 | - |
YUV | 236.56 | 119.78 | 141.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 230 | 222 | 0 | 0.10 | 0.13 | 0 | 14.55 | 1 | 0.94 |
Hex | FF | E6 | DE | 0 | A | D | 0 | F | 64 | 5E |
Octal | 377 | 346 | 336 | 0 | 12 | 15 | 0 | 17 | 144 | 136 |
Binary | 11111111 | 11100110 | 11011110 | 0 | 1010 | 1101 | 0 | 1111 | 1100100 | 1011110 |
Color Harmonies of #FFE6DE
Complementary color
Monochromatic Colors of #FFE6DE
Black with #FFE6DE
Text Example
Text Example
White with #FFE6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE6DE; }
p { color: rgb(255,230,222); }
H1.HeaderClassName
{
color: #FFE6DE;
}
.AnyTagClassName
{
color: #FFE6DE;
}
</style>
background-color css
<style>
a { background-color: #FFE6DE; }
a { background-color: rgb(255,230,222); }
div.DivClassName
{
background-color: #FFE6DE;
}
.BgClassName
{
background-color: #FFE6DE;
}
</style>
border-color css
<style>
span { border-color: #FFE6DE; }
span { border-color: rgb(255,230,222); }
td.TdClassName
{
border-color: #FFE6DE;
}
.TagClassName
{
border-color: #FFE6DE;
}
</style>