Shades of Lavender Rose #EEACDD
Tints of Lavender Rose #EEACDD
RGB
CMYK
RGB Variations
Color information
#EEACDD (or 0xEEACDD) is known color: Lavender Rose. HEX triplet: EE, AC and DD. RGB value is (238,172,221). Sum of RGB (Red+Green+Blue) = 238+172+221=631 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.72% from 631); Green value is 172 (67.58% from 255 or 27.26% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 238 - color contains mainly: red. Hex color #EEACDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEACDD is #115322. Grayscale: #C5C5C5. Windows color (decimal): -1135395 or 14527726. OLE color: 14527726.
HSL color Cylindrical-coordinate representation of color #EEACDD: hue angle of 315.45º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEACDD is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 172 | 221 | - |
CMYK | 0 | 0.28 | 0.07 | 0.07 |
HSL | 315.45º | 0.66% | 0.8% | - |
HSV(B) | 315.45º | 0.28% | 0.93% | - |
XYZ | 63.06 | 52.9 | 75.29 | - |
YUV | 197.32 | 141.37 | 157.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 172 | 221 | 0 | 0.28 | 0.07 | 0.07 | 315.45 | 0.66 | 0.8 |
Hex | EE | AC | DD | 0 | 1C | 7 | 7 | 13B | 42 | 50 |
Octal | 356 | 254 | 335 | 0 | 34 | 7 | 7 | 473 | 102 | 120 |
Binary | 11101110 | 10101100 | 11011101 | 0 | 11100 | 111 | 111 | 100111011 | 1000010 | 1010000 |
Color Harmonies of #EEACDD
Complementary color
Monochromatic Colors of #EEACDD
Black with #EEACDD
Text Example
Text Example
White with #EEACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEACDD; }
p { color: rgb(238,172,221); }
H1.HeaderClassName
{
color: #EEACDD;
}
.AnyTagClassName
{
color: #EEACDD;
}
</style>
background-color css
<style>
a { background-color: #EEACDD; }
a { background-color: rgb(238,172,221); }
div.DivClassName
{
background-color: #EEACDD;
}
.BgClassName
{
background-color: #EEACDD;
}
</style>
border-color css
<style>
span { border-color: #EEACDD; }
span { border-color: rgb(238,172,221); }
td.TdClassName
{
border-color: #EEACDD;
}
.TagClassName
{
border-color: #EEACDD;
}
</style>