Shades of Lavender Pink #EEBAD2
Tints of Lavender Pink #EEBAD2
RGB
CMYK
RGB Variations
Color information
#EEBAD2 (or 0xEEBAD2) is known color: Lavender Pink. HEX triplet: EE, BA and D2. RGB value is (238,186,210). Sum of RGB (Red+Green+Blue) = 238+186+210=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 186 (73.05% from 255 or 29.34% from 634); Blue value is 210 (82.42% from 255 or 33.12% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBAD2 is #11452D. Grayscale: #CCCCCC. Windows color (decimal): -1131822 or 13810414. OLE color: 13810414.
HSL color Cylindrical-coordinate representation of color #EEBAD2: hue angle of 332.31º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEBAD2 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 210 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.07 |
| HSL | 332.31º | 0.6% | 0.83% | - |
| HSV(B) | 332.31º | 0.22% | 0.93% | - |
| XYZ | 64.45 | 57.95 | 68.76 | - |
| YUV | 204.28 | 131.23 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 210 | 0 | 0.22 | 0.12 | 0.07 | 332.31 | 0.6 | 0.83 |
| Hex | EE | BA | D2 | 0 | 16 | C | 7 | 14C | 3C | 53 |
| Octal | 356 | 272 | 322 | 0 | 26 | 14 | 7 | 514 | 74 | 123 |
| Binary | 11101110 | 10111010 | 11010010 | 0 | 10110 | 1100 | 111 | 101001100 | 111100 | 1010011 |
Color Harmonies of #EEBAD2
Complementary color
Monochromatic Colors of #EEBAD2
Black with #EEBAD2
Text Example
Text Example
White with #EEBAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBAD2; }
p { color: rgb(238,186,210); }
H1.HeaderClassName
{
color: #EEBAD2;
}
.AnyTagClassName
{
color: #EEBAD2;
}
</style>
background-color css
<style>
a { background-color: #EEBAD2; }
a { background-color: rgb(238,186,210); }
div.DivClassName
{
background-color: #EEBAD2;
}
.BgClassName
{
background-color: #EEBAD2;
}
</style>
border-color css
<style>
span { border-color: #EEBAD2; }
span { border-color: rgb(238,186,210); }
td.TdClassName
{
border-color: #EEBAD2;
}
.TagClassName
{
border-color: #EEBAD2;
}
</style>