Shades of Bridal Heath #FFEEDD
Tints of Bridal Heath #FFEEDD
RGB
CMYK
RGB Variations
Color information
#FFEEDD (or 0xFFEEDD) is known color: Bridal Heath. HEX triplet: FF, EE and DD. RGB value is (255,238,221). Sum of RGB (Red+Green+Blue) = 255+238+221=714 (94% of max value = 765). Red value is 255 (100% from 255 or 35.71% from 714); Green value is 238 (93.36% from 255 or 33.33% from 714); Blue value is 221 (86.72% from 255 or 30.95% from 714); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEEDD is #001122. Grayscale: #F1F1F1. Windows color (decimal): -4387 or 14544639. OLE color: 14544639.
HSL color Cylindrical-coordinate representation of color #FFEEDD: hue angle of 30º 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 #FFEEDD is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 238 | 221 | - |
CMYK | 0 | 0.07 | 0.13 | 0 |
HSL | 30º | 1% | 0.93% | - |
HSV(B) | 30º | 0.13% | 1% | - |
XYZ | 84.87 | 87.63 | 80.85 | - |
YUV | 241.15 | 116.63 | 137.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 238 | 221 | 0 | 0.07 | 0.13 | 0 | 30 | 1 | 0.93 |
Hex | FF | EE | DD | 0 | 7 | D | 0 | 1E | 64 | 5D |
Octal | 377 | 356 | 335 | 0 | 7 | 15 | 0 | 36 | 144 | 135 |
Binary | 11111111 | 11101110 | 11011101 | 0 | 111 | 1101 | 0 | 11110 | 1100100 | 1011101 |
Color Harmonies of #FFEEDD
Complementary color
Monochromatic Colors of #FFEEDD
Black with #FFEEDD
Text Example
Text Example
White with #FFEEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEEDD; }
p { color: rgb(255,238,221); }
H1.HeaderClassName
{
color: #FFEEDD;
}
.AnyTagClassName
{
color: #FFEEDD;
}
</style>
background-color css
<style>
a { background-color: #FFEEDD; }
a { background-color: rgb(255,238,221); }
div.DivClassName
{
background-color: #FFEEDD;
}
.BgClassName
{
background-color: #FFEEDD;
}
</style>
border-color css
<style>
span { border-color: #FFEEDD; }
span { border-color: rgb(255,238,221); }
td.TdClassName
{
border-color: #FFEEDD;
}
.TagClassName
{
border-color: #FFEEDD;
}
</style>