Shades of Lavender Rose #EEADDD
Tints of Lavender Rose #EEADDD
RGB
CMYK
RGB Variations
Color information
#EEADDD (or 0xEEADDD) is known color: Lavender Rose. HEX triplet: EE, AD and DD. RGB value is (238,173,221). Sum of RGB (Red+Green+Blue) = 238+173+221=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 173 (67.97% from 255 or 27.37% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEADDD is #115222. Grayscale: #C5C5C5. Windows color (decimal): -1135139 or 14527982. OLE color: 14527982.
HSL color Cylindrical-coordinate representation of color #EEADDD: hue angle of 315.69º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEADDD is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 173 | 221 | - |
CMYK | 0 | 0.27 | 0.07 | 0.07 |
HSL | 315.69º | 0.66% | 0.81% | - |
HSV(B) | 315.69º | 0.27% | 0.93% | - |
XYZ | 63.25 | 53.28 | 75.36 | - |
YUV | 197.91 | 141.03 | 156.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 173 | 221 | 0 | 0.27 | 0.07 | 0.07 | 315.69 | 0.66 | 0.81 |
Hex | EE | AD | DD | 0 | 1B | 7 | 7 | 13C | 42 | 51 |
Octal | 356 | 255 | 335 | 0 | 33 | 7 | 7 | 474 | 102 | 121 |
Binary | 11101110 | 10101101 | 11011101 | 0 | 11011 | 111 | 111 | 100111100 | 1000010 | 1010001 |
Color Harmonies of #EEADDD
Complementary color
Monochromatic Colors of #EEADDD
Black with #EEADDD
Text Example
Text Example
White with #EEADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEADDD; }
p { color: rgb(238,173,221); }
H1.HeaderClassName
{
color: #EEADDD;
}
.AnyTagClassName
{
color: #EEADDD;
}
</style>
background-color css
<style>
a { background-color: #EEADDD; }
a { background-color: rgb(238,173,221); }
div.DivClassName
{
background-color: #EEADDD;
}
.BgClassName
{
background-color: #EEADDD;
}
</style>
border-color css
<style>
span { border-color: #EEADDD; }
span { border-color: rgb(238,173,221); }
td.TdClassName
{
border-color: #EEADDD;
}
.TagClassName
{
border-color: #EEADDD;
}
</style>