Shades of Lavender Rose #EEACDA
Tints of Lavender Rose #EEACDA
RGB
CMYK
RGB Variations
Color information
#EEACDA (or 0xEEACDA) is known color: Lavender Rose. HEX triplet: EE, AC and DA. RGB value is (238,172,218). Sum of RGB (Red+Green+Blue) = 238+172+218=628 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.90% from 628); Green value is 172 (67.58% from 255 or 27.39% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 238 - color contains mainly: red. Hex color #EEACDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEACDA is #115325. Grayscale: #C4C4C4. Windows color (decimal): -1135398 or 14331118. OLE color: 14331118.
HSL color Cylindrical-coordinate representation of color #EEACDA: hue angle of 318.18º 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 #EEACDA is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 172 | 218 | - |
CMYK | 0 | 0.28 | 0.08 | 0.07 |
HSL | 318.18º | 0.66% | 0.8% | - |
HSV(B) | 318.18º | 0.28% | 0.93% | - |
XYZ | 62.67 | 52.74 | 73.21 | - |
YUV | 196.98 | 139.87 | 157.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 172 | 218 | 0 | 0.28 | 0.08 | 0.07 | 318.18 | 0.66 | 0.8 |
Hex | EE | AC | DA | 0 | 1C | 8 | 7 | 13E | 42 | 50 |
Octal | 356 | 254 | 332 | 0 | 34 | 10 | 7 | 476 | 102 | 120 |
Binary | 11101110 | 10101100 | 11011010 | 0 | 11100 | 1000 | 111 | 100111110 | 1000010 | 1010000 |
Color Harmonies of #EEACDA
Complementary color
Monochromatic Colors of #EEACDA
Black with #EEACDA
Text Example
Text Example
White with #EEACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEACDA; }
p { color: rgb(238,172,218); }
H1.HeaderClassName
{
color: #EEACDA;
}
.AnyTagClassName
{
color: #EEACDA;
}
</style>
background-color css
<style>
a { background-color: #EEACDA; }
a { background-color: rgb(238,172,218); }
div.DivClassName
{
background-color: #EEACDA;
}
.BgClassName
{
background-color: #EEACDA;
}
</style>
border-color css
<style>
span { border-color: #EEACDA; }
span { border-color: rgb(238,172,218); }
td.TdClassName
{
border-color: #EEACDA;
}
.TagClassName
{
border-color: #EEACDA;
}
</style>