Shades of Lavender Rose #EEADDF
Tints of Lavender Rose #EEADDF
RGB
CMYK
RGB Variations
Color information
#EEADDF (or 0xEEADDF) is known color: Lavender Rose. HEX triplet: EE, AD and DF. RGB value is (238,173,223). Sum of RGB (Red+Green+Blue) = 238+173+223=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 173 (67.97% from 255 or 27.29% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEADDF is #115220. Grayscale: #C5C5C5. Windows color (decimal): -1135137 or 14659054. OLE color: 14659054.
HSL color Cylindrical-coordinate representation of color #EEADDF: hue angle of 313.85º 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 #EEADDF is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 223 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.07 |
| HSL | 313.85º | 0.66% | 0.81% | - |
| HSV(B) | 313.85º | 0.27% | 0.93% | - |
| XYZ | 63.52 | 53.39 | 76.77 | - |
| YUV | 198.14 | 142.03 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 223 | 0 | 0.27 | 0.06 | 0.07 | 313.85 | 0.66 | 0.81 |
| Hex | EE | AD | DF | 0 | 1B | 6 | 7 | 13A | 42 | 51 |
| Octal | 356 | 255 | 337 | 0 | 33 | 6 | 7 | 472 | 102 | 121 |
| Binary | 11101110 | 10101101 | 11011111 | 0 | 11011 | 110 | 111 | 100111010 | 1000010 | 1010001 |
Color Harmonies of #EEADDF
Complementary color
Monochromatic Colors of #EEADDF
Black with #EEADDF
Text Example
Text Example
White with #EEADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEADDF; }
p { color: rgb(238,173,223); }
H1.HeaderClassName
{
color: #EEADDF;
}
.AnyTagClassName
{
color: #EEADDF;
}
</style>
background-color css
<style>
a { background-color: #EEADDF; }
a { background-color: rgb(238,173,223); }
div.DivClassName
{
background-color: #EEADDF;
}
.BgClassName
{
background-color: #EEADDF;
}
</style>
border-color css
<style>
span { border-color: #EEADDF; }
span { border-color: rgb(238,173,223); }
td.TdClassName
{
border-color: #EEADDF;
}
.TagClassName
{
border-color: #EEADDF;
}
</style>