Shades of Lavender Rose #EEB0DA
Tints of Lavender Rose #EEB0DA
RGB
CMYK
RGB Variations
Color information
#EEB0DA (or 0xEEB0DA) is known color: Lavender Rose. HEX triplet: EE, B0 and DA. RGB value is (238,176,218). Sum of RGB (Red+Green+Blue) = 238+176+218=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 176 (69.14% from 255 or 27.85% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB0DA is #114F25. Grayscale: #C7C7C7. Windows color (decimal): -1134374 or 14332142. OLE color: 14332142.
HSL color Cylindrical-coordinate representation of color #EEB0DA: hue angle of 319.35º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEB0DA is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 176 | 218 | - |
CMYK | 0 | 0.26 | 0.08 | 0.07 |
HSL | 319.35º | 0.65% | 0.81% | - |
HSV(B) | 319.35º | 0.26% | 0.93% | - |
XYZ | 63.44 | 54.29 | 73.46 | - |
YUV | 199.33 | 138.54 | 155.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 176 | 218 | 0 | 0.26 | 0.08 | 0.07 | 319.35 | 0.65 | 0.81 |
Hex | EE | B0 | DA | 0 | 1A | 8 | 7 | 13F | 41 | 51 |
Octal | 356 | 260 | 332 | 0 | 32 | 10 | 7 | 477 | 101 | 121 |
Binary | 11101110 | 10110000 | 11011010 | 0 | 11010 | 1000 | 111 | 100111111 | 1000001 | 1010001 |
Color Harmonies of #EEB0DA
Complementary color
Monochromatic Colors of #EEB0DA
Black with #EEB0DA
Text Example
Text Example
White with #EEB0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB0DA; }
p { color: rgb(238,176,218); }
H1.HeaderClassName
{
color: #EEB0DA;
}
.AnyTagClassName
{
color: #EEB0DA;
}
</style>
background-color css
<style>
a { background-color: #EEB0DA; }
a { background-color: rgb(238,176,218); }
div.DivClassName
{
background-color: #EEB0DA;
}
.BgClassName
{
background-color: #EEB0DA;
}
</style>
border-color css
<style>
span { border-color: #EEB0DA; }
span { border-color: rgb(238,176,218); }
td.TdClassName
{
border-color: #EEB0DA;
}
.TagClassName
{
border-color: #EEB0DA;
}
</style>