Shades of Lavender Pink #ECB4D8
Tints of Lavender Pink #ECB4D8
RGB
CMYK
RGB Variations
Color information
#ECB4D8 (or 0xECB4D8) is known color: Lavender Pink. HEX triplet: EC, B4 and D8. RGB value is (236,180,216). Sum of RGB (Red+Green+Blue) = 236+180+216=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 180 (70.70% from 255 or 28.48% from 632); Blue value is 216 (84.77% from 255 or 34.18% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB4D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB4D8 is #134B27. Grayscale: #C8C8C8. Windows color (decimal): -1264424 or 14202092. OLE color: 14202092.
HSL color Cylindrical-coordinate representation of color #ECB4D8: hue angle of 321.43º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECB4D8 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 216 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.07 |
| HSL | 321.43º | 0.6% | 0.82% | - |
| HSV(B) | 321.43º | 0.24% | 0.93% | - |
| XYZ | 63.31 | 55.43 | 72.33 | - |
| YUV | 200.85 | 136.55 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 216 | 0 | 0.24 | 0.08 | 0.07 | 321.43 | 0.6 | 0.82 |
| Hex | EC | B4 | D8 | 0 | 18 | 8 | 7 | 141 | 3C | 52 |
| Octal | 354 | 264 | 330 | 0 | 30 | 10 | 7 | 501 | 74 | 122 |
| Binary | 11101100 | 10110100 | 11011000 | 0 | 11000 | 1000 | 111 | 101000001 | 111100 | 1010010 |
Color Harmonies of #ECB4D8
Complementary color
Monochromatic Colors of #ECB4D8
Black with #ECB4D8
Text Example
Text Example
White with #ECB4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB4D8; }
p { color: rgb(236,180,216); }
H1.HeaderClassName
{
color: #ECB4D8;
}
.AnyTagClassName
{
color: #ECB4D8;
}
</style>
background-color css
<style>
a { background-color: #ECB4D8; }
a { background-color: rgb(236,180,216); }
div.DivClassName
{
background-color: #ECB4D8;
}
.BgClassName
{
background-color: #ECB4D8;
}
</style>
border-color css
<style>
span { border-color: #ECB4D8; }
span { border-color: rgb(236,180,216); }
td.TdClassName
{
border-color: #ECB4D8;
}
.TagClassName
{
border-color: #ECB4D8;
}
</style>