Shades of Lavender Rose #EEAFDD
Tints of Lavender Rose #EEAFDD
RGB
CMYK
RGB Variations
Color information
#EEAFDD (or 0xEEAFDD) is known color: Lavender Rose. HEX triplet: EE, AF and DD. RGB value is (238,175,221). Sum of RGB (Red+Green+Blue) = 238+175+221=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 175 (68.75% from 255 or 27.60% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAFDD is #115022. Grayscale: #C6C6C6. Windows color (decimal): -1134627 or 14528494. OLE color: 14528494.
HSL color Cylindrical-coordinate representation of color #EEAFDD: hue angle of 316.19º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEAFDD is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 175 | 221 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.07 |
| HSL | 316.19º | 0.65% | 0.81% | - |
| HSV(B) | 316.19º | 0.26% | 0.93% | - |
| XYZ | 63.64 | 54.06 | 75.49 | - |
| YUV | 199.08 | 140.37 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 175 | 221 | 0 | 0.26 | 0.07 | 0.07 | 316.19 | 0.65 | 0.81 |
| Hex | EE | AF | DD | 0 | 1A | 7 | 7 | 13C | 41 | 51 |
| Octal | 356 | 257 | 335 | 0 | 32 | 7 | 7 | 474 | 101 | 121 |
| Binary | 11101110 | 10101111 | 11011101 | 0 | 11010 | 111 | 111 | 100111100 | 1000001 | 1010001 |
Color Harmonies of #EEAFDD
Complementary color
Monochromatic Colors of #EEAFDD
Black with #EEAFDD
Text Example
Text Example
White with #EEAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAFDD; }
p { color: rgb(238,175,221); }
H1.HeaderClassName
{
color: #EEAFDD;
}
.AnyTagClassName
{
color: #EEAFDD;
}
</style>
background-color css
<style>
a { background-color: #EEAFDD; }
a { background-color: rgb(238,175,221); }
div.DivClassName
{
background-color: #EEAFDD;
}
.BgClassName
{
background-color: #EEAFDD;
}
</style>
border-color css
<style>
span { border-color: #EEAFDD; }
span { border-color: rgb(238,175,221); }
td.TdClassName
{
border-color: #EEAFDD;
}
.TagClassName
{
border-color: #EEAFDD;
}
</style>