Shades of Lavender Rose #EEAEDA
Tints of Lavender Rose #EEAEDA
RGB
CMYK
RGB Variations
Color information
#EEAEDA (or 0xEEAEDA) is known color: Lavender Rose. HEX triplet: EE, AE and DA. RGB value is (238,174,218). Sum of RGB (Red+Green+Blue) = 238+174+218=630 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.78% from 630); Green value is 174 (68.36% from 255 or 27.62% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAEDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAEDA is #115125. Grayscale: #C6C6C6. Windows color (decimal): -1134886 or 14331630. OLE color: 14331630.
HSL color Cylindrical-coordinate representation of color #EEAEDA: hue angle of 318.75º degrees, saturation: 0.65, 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 #EEAEDA is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 174 | 218 | - |
CMYK | 0 | 0.27 | 0.08 | 0.07 |
HSL | 318.75º | 0.65% | 0.81% | - |
HSV(B) | 318.75º | 0.27% | 0.93% | - |
XYZ | 63.05 | 53.51 | 73.34 | - |
YUV | 198.15 | 139.2 | 156.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 174 | 218 | 0 | 0.27 | 0.08 | 0.07 | 318.75 | 0.65 | 0.81 |
Hex | EE | AE | DA | 0 | 1B | 8 | 7 | 13F | 41 | 51 |
Octal | 356 | 256 | 332 | 0 | 33 | 10 | 7 | 477 | 101 | 121 |
Binary | 11101110 | 10101110 | 11011010 | 0 | 11011 | 1000 | 111 | 100111111 | 1000001 | 1010001 |
Color Harmonies of #EEAEDA
Complementary color
Monochromatic Colors of #EEAEDA
Black with #EEAEDA
Text Example
Text Example
White with #EEAEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAEDA; }
p { color: rgb(238,174,218); }
H1.HeaderClassName
{
color: #EEAEDA;
}
.AnyTagClassName
{
color: #EEAEDA;
}
</style>
background-color css
<style>
a { background-color: #EEAEDA; }
a { background-color: rgb(238,174,218); }
div.DivClassName
{
background-color: #EEAEDA;
}
.BgClassName
{
background-color: #EEAEDA;
}
</style>
border-color css
<style>
span { border-color: #EEAEDA; }
span { border-color: rgb(238,174,218); }
td.TdClassName
{
border-color: #EEAEDA;
}
.TagClassName
{
border-color: #EEAEDA;
}
</style>