Shades of Lavender Rose #EEACDF
Tints of Lavender Rose #EEACDF
RGB
CMYK
RGB Variations
Color information
#EEACDF (or 0xEEACDF) is known color: Lavender Rose. HEX triplet: EE, AC and DF. RGB value is (238,172,223). Sum of RGB (Red+Green+Blue) = 238+172+223=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 172 (67.58% from 255 or 27.17% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EEACDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEACDF is #115320. Grayscale: #C5C5C5. Windows color (decimal): -1135393 or 14658798. OLE color: 14658798.
HSL color Cylindrical-coordinate representation of color #EEACDF: hue angle of 313.64º 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 #EEACDF is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 172 | 223 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.07 |
| HSL | 313.64º | 0.66% | 0.8% | - |
| HSV(B) | 313.64º | 0.28% | 0.93% | - |
| XYZ | 63.33 | 53.01 | 76.71 | - |
| YUV | 197.55 | 142.37 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 172 | 223 | 0 | 0.28 | 0.06 | 0.07 | 313.64 | 0.66 | 0.8 |
| Hex | EE | AC | DF | 0 | 1C | 6 | 7 | 13A | 42 | 50 |
| Octal | 356 | 254 | 337 | 0 | 34 | 6 | 7 | 472 | 102 | 120 |
| Binary | 11101110 | 10101100 | 11011111 | 0 | 11100 | 110 | 111 | 100111010 | 1000010 | 1010000 |
Color Harmonies of #EEACDF
Complementary color
Monochromatic Colors of #EEACDF
Black with #EEACDF
Text Example
Text Example
White with #EEACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEACDF; }
p { color: rgb(238,172,223); }
H1.HeaderClassName
{
color: #EEACDF;
}
.AnyTagClassName
{
color: #EEACDF;
}
</style>
background-color css
<style>
a { background-color: #EEACDF; }
a { background-color: rgb(238,172,223); }
div.DivClassName
{
background-color: #EEACDF;
}
.BgClassName
{
background-color: #EEACDF;
}
</style>
border-color css
<style>
span { border-color: #EEACDF; }
span { border-color: rgb(238,172,223); }
td.TdClassName
{
border-color: #EEACDF;
}
.TagClassName
{
border-color: #EEACDF;
}
</style>