Shades of Lavender Pink #ECB8D8
Tints of Lavender Pink #ECB8D8
RGB
CMYK
RGB Variations
Color information
#ECB8D8 (or 0xECB8D8) is known color: Lavender Pink. HEX triplet: EC, B8 and D8. RGB value is (236,184,216). Sum of RGB (Red+Green+Blue) = 236+184+216=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 184 (72.27% from 255 or 28.93% from 636); Blue value is 216 (84.77% from 255 or 33.96% from 636); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB8D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB8D8 is #134727. Grayscale: #CBCBCB. Windows color (decimal): -1263400 or 14203116. OLE color: 14203116.
HSL color Cylindrical-coordinate representation of color #ECB8D8: hue angle of 323.08º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECB8D8 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 216 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.07 |
| HSL | 323.08º | 0.58% | 0.82% | - |
| HSV(B) | 323.08º | 0.22% | 0.93% | - |
| XYZ | 64.13 | 57.07 | 72.6 | - |
| YUV | 203.2 | 135.23 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 216 | 0 | 0.22 | 0.08 | 0.07 | 323.08 | 0.58 | 0.82 |
| Hex | EC | B8 | D8 | 0 | 16 | 8 | 7 | 143 | 3A | 52 |
| Octal | 354 | 270 | 330 | 0 | 26 | 10 | 7 | 503 | 72 | 122 |
| Binary | 11101100 | 10111000 | 11011000 | 0 | 10110 | 1000 | 111 | 101000011 | 111010 | 1010010 |
Color Harmonies of #ECB8D8
Complementary color
Monochromatic Colors of #ECB8D8
Black with #ECB8D8
Text Example
Text Example
White with #ECB8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB8D8; }
p { color: rgb(236,184,216); }
H1.HeaderClassName
{
color: #ECB8D8;
}
.AnyTagClassName
{
color: #ECB8D8;
}
</style>
background-color css
<style>
a { background-color: #ECB8D8; }
a { background-color: rgb(236,184,216); }
div.DivClassName
{
background-color: #ECB8D8;
}
.BgClassName
{
background-color: #ECB8D8;
}
</style>
border-color css
<style>
span { border-color: #ECB8D8; }
span { border-color: rgb(236,184,216); }
td.TdClassName
{
border-color: #ECB8D8;
}
.TagClassName
{
border-color: #ECB8D8;
}
</style>