Shades of Lavender Blush #EFE9ED
Tints of Lavender Blush #EFE9ED
RGB
CMYK
RGB Variations
Color information
#EFE9ED (or 0xEFE9ED) is known color: Lavender Blush. HEX triplet: EF, E9 and ED. RGB value is (239,233,237). Sum of RGB (Red+Green+Blue) = 239+233+237=709 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.71% from 709); Green value is 233 (91.41% from 255 or 32.86% from 709); Blue value is 237 (92.97% from 255 or 33.43% from 709); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE9ED is #101612. Grayscale: #EBEBEB. Windows color (decimal): -1054227 or 15591919. OLE color: 15591919.
HSL color Cylindrical-coordinate representation of color #EFE9ED: hue angle of 320º degrees, saturation: 0.16, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EFE9ED is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 233 | 237 | - |
CMYK | 0 | 0.03 | 0.01 | 0.06 |
HSL | 320º | 0.16% | 0.93% | - |
HSV(B) | 320º | 0.03% | 0.94% | - |
XYZ | 80.02 | 82.74 | 91.87 | - |
YUV | 235.25 | 128.99 | 130.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 233 | 237 | 0 | 0.03 | 0.01 | 0.06 | 320 | 0.16 | 0.93 |
Hex | EF | E9 | ED | 0 | 3 | 1 | 6 | 140 | 10 | 5D |
Octal | 357 | 351 | 355 | 0 | 3 | 1 | 6 | 500 | 20 | 135 |
Binary | 11101111 | 11101001 | 11101101 | 0 | 11 | 1 | 110 | 101000000 | 10000 | 1011101 |
Color Harmonies of #EFE9ED
Complementary color
Monochromatic Colors of #EFE9ED
Black with #EFE9ED
Text Example
Text Example
White with #EFE9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE9ED; }
p { color: rgb(239,233,237); }
H1.HeaderClassName
{
color: #EFE9ED;
}
.AnyTagClassName
{
color: #EFE9ED;
}
</style>
background-color css
<style>
a { background-color: #EFE9ED; }
a { background-color: rgb(239,233,237); }
div.DivClassName
{
background-color: #EFE9ED;
}
.BgClassName
{
background-color: #EFE9ED;
}
</style>
border-color css
<style>
span { border-color: #EFE9ED; }
span { border-color: rgb(239,233,237); }
td.TdClassName
{
border-color: #EFE9ED;
}
.TagClassName
{
border-color: #EFE9ED;
}
</style>