Shades of Lavender Rose #EEACDC
Tints of Lavender Rose #EEACDC
RGB
CMYK
RGB Variations
Color information
#EEACDC (or 0xEEACDC) is known color: Lavender Rose. HEX triplet: EE, AC and DC. RGB value is (238,172,220). Sum of RGB (Red+Green+Blue) = 238+172+220=630 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.78% from 630); Green value is 172 (67.58% from 255 or 27.30% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 238 - color contains mainly: red. Hex color #EEACDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEACDC is #115323. Grayscale: #C5C5C5. Windows color (decimal): -1135396 or 14462190. OLE color: 14462190.
HSL color Cylindrical-coordinate representation of color #EEACDC: hue angle of 316.36º 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 #EEACDC is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 172 | 220 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.07 |
| HSL | 316.36º | 0.66% | 0.8% | - |
| HSV(B) | 316.36º | 0.28% | 0.93% | - |
| XYZ | 62.93 | 52.85 | 74.59 | - |
| YUV | 197.21 | 140.87 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 172 | 220 | 0 | 0.28 | 0.08 | 0.07 | 316.36 | 0.66 | 0.8 |
| Hex | EE | AC | DC | 0 | 1C | 8 | 7 | 13C | 42 | 50 |
| Octal | 356 | 254 | 334 | 0 | 34 | 10 | 7 | 474 | 102 | 120 |
| Binary | 11101110 | 10101100 | 11011100 | 0 | 11100 | 1000 | 111 | 100111100 | 1000010 | 1010000 |
Color Harmonies of #EEACDC
Complementary color
Monochromatic Colors of #EEACDC
Black with #EEACDC
Text Example
Text Example
White with #EEACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEACDC; }
p { color: rgb(238,172,220); }
H1.HeaderClassName
{
color: #EEACDC;
}
.AnyTagClassName
{
color: #EEACDC;
}
</style>
background-color css
<style>
a { background-color: #EEACDC; }
a { background-color: rgb(238,172,220); }
div.DivClassName
{
background-color: #EEACDC;
}
.BgClassName
{
background-color: #EEACDC;
}
</style>
border-color css
<style>
span { border-color: #EEACDC; }
span { border-color: rgb(238,172,220); }
td.TdClassName
{
border-color: #EEACDC;
}
.TagClassName
{
border-color: #EEACDC;
}
</style>