Shades of Lavender Blush #EEEBED
Tints of Lavender Blush #EEEBED
RGB
CMYK
RGB Variations
Color information
#EEEBED (or 0xEEEBED) is known color: Lavender Blush. HEX triplet: EE, EB and ED. RGB value is (238,235,237). Sum of RGB (Red+Green+Blue) = 238+235+237=710 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.52% from 710); Green value is 235 (92.19% from 255 or 33.10% from 710); Blue value is 237 (92.97% from 255 or 33.38% from 710); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEBED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEBED is #111412. Grayscale: #ECECEC. Windows color (decimal): -1119251 or 15592430. OLE color: 15592430.
HSL color Cylindrical-coordinate representation of color #EEEBED: hue angle of 320º degrees, saturation: 0.08, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EEEBED is Cyan = 0, Magento = 0.01, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 235 | 237 | - |
CMYK | 0 | 0.01 | 0.00 | 0.07 |
HSL | 320º | 0.08% | 0.93% | - |
HSV(B) | 320º | 0.01% | 0.93% | - |
XYZ | 80.25 | 83.71 | 92.05 | - |
YUV | 236.13 | 128.49 | 129.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 235 | 237 | 0 | 0.01 | 0.00 | 0.07 | 320 | 0.08 | 0.93 |
Hex | EE | EB | ED | 0 | 1 | 0 | 7 | 140 | 8 | 5D |
Octal | 356 | 353 | 355 | 0 | 1 | 0 | 7 | 500 | 10 | 135 |
Binary | 11101110 | 11101011 | 11101101 | 0 | 1 | 0 | 111 | 101000000 | 1000 | 1011101 |
Color Harmonies of #EEEBED
Complementary color
Monochromatic Colors of #EEEBED
Black with #EEEBED
Text Example
Text Example
White with #EEEBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEBED; }
p { color: rgb(238,235,237); }
H1.HeaderClassName
{
color: #EEEBED;
}
.AnyTagClassName
{
color: #EEEBED;
}
</style>
background-color css
<style>
a { background-color: #EEEBED; }
a { background-color: rgb(238,235,237); }
div.DivClassName
{
background-color: #EEEBED;
}
.BgClassName
{
background-color: #EEEBED;
}
</style>
border-color css
<style>
span { border-color: #EEEBED; }
span { border-color: rgb(238,235,237); }
td.TdClassName
{
border-color: #EEEBED;
}
.TagClassName
{
border-color: #EEEBED;
}
</style>