Shades of Bridal Heath #FFEEDE
Tints of Bridal Heath #FFEEDE
RGB
CMYK
RGB Variations
Color information
#FFEEDE (or 0xFFEEDE) is known color: Bridal Heath. HEX triplet: FF, EE and DE. RGB value is (255,238,222). Sum of RGB (Red+Green+Blue) = 255+238+222=715 (94% of max value = 765). Red value is 255 (100% from 255 or 35.66% from 715); Green value is 238 (93.36% from 255 or 33.29% from 715); Blue value is 222 (87.11% from 255 or 31.05% from 715); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEEDE is #001121. Grayscale: #F1F1F1. Windows color (decimal): -4386 or 14610175. OLE color: 14610175.
HSL color Cylindrical-coordinate representation of color #FFEEDE: hue angle of 29.09º 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 #FFEEDE is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 222 | - |
| CMYK | 0 | 0.07 | 0.13 | 0 |
| HSL | 29.09º | 1% | 0.94% | - |
| HSV(B) | 29.09º | 0.13% | 1% | - |
| XYZ | 85 | 87.68 | 81.55 | - |
| YUV | 241.26 | 117.13 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 222 | 0 | 0.07 | 0.13 | 0 | 29.09 | 1 | 0.94 |
| Hex | FF | EE | DE | 0 | 7 | D | 0 | 1D | 64 | 5E |
| Octal | 377 | 356 | 336 | 0 | 7 | 15 | 0 | 35 | 144 | 136 |
| Binary | 11111111 | 11101110 | 11011110 | 0 | 111 | 1101 | 0 | 11101 | 1100100 | 1011110 |
Color Harmonies of #FFEEDE
Complementary color
Monochromatic Colors of #FFEEDE
Black with #FFEEDE
Text Example
Text Example
White with #FFEEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEEDE; }
p { color: rgb(255,238,222); }
H1.HeaderClassName
{
color: #FFEEDE;
}
.AnyTagClassName
{
color: #FFEEDE;
}
</style>
background-color css
<style>
a { background-color: #FFEEDE; }
a { background-color: rgb(255,238,222); }
div.DivClassName
{
background-color: #FFEEDE;
}
.BgClassName
{
background-color: #FFEEDE;
}
</style>
border-color css
<style>
span { border-color: #FFEEDE; }
span { border-color: rgb(255,238,222); }
td.TdClassName
{
border-color: #FFEEDE;
}
.TagClassName
{
border-color: #FFEEDE;
}
</style>