Shades of Lavender Pink #ECB5CF
Tints of Lavender Pink #ECB5CF
RGB
CMYK
RGB Variations
Color information
#ECB5CF (or 0xECB5CF) is known color: Lavender Pink. HEX triplet: EC, B5 and CF. RGB value is (236,181,207). Sum of RGB (Red+Green+Blue) = 236+181+207=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 181 (71.09% from 255 or 29.01% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB5CF is #134A30. Grayscale: #C8C8C8. Windows color (decimal): -1264177 or 13612524. OLE color: 13612524.
HSL color Cylindrical-coordinate representation of color #ECB5CF: hue angle of 331.64º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECB5CF is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 207 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.07 |
| HSL | 331.64º | 0.59% | 0.82% | - |
| HSV(B) | 331.64º | 0.23% | 0.93% | - |
| XYZ | 62.38 | 55.39 | 66.43 | - |
| YUV | 200.41 | 131.72 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 207 | 0 | 0.23 | 0.12 | 0.07 | 331.64 | 0.59 | 0.82 |
| Hex | EC | B5 | CF | 0 | 17 | C | 7 | 14C | 3B | 52 |
| Octal | 354 | 265 | 317 | 0 | 27 | 14 | 7 | 514 | 73 | 122 |
| Binary | 11101100 | 10110101 | 11001111 | 0 | 10111 | 1100 | 111 | 101001100 | 111011 | 1010010 |
Color Harmonies of #ECB5CF
Complementary color
Monochromatic Colors of #ECB5CF
Black with #ECB5CF
Text Example
Text Example
White with #ECB5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB5CF; }
p { color: rgb(236,181,207); }
H1.HeaderClassName
{
color: #ECB5CF;
}
.AnyTagClassName
{
color: #ECB5CF;
}
</style>
background-color css
<style>
a { background-color: #ECB5CF; }
a { background-color: rgb(236,181,207); }
div.DivClassName
{
background-color: #ECB5CF;
}
.BgClassName
{
background-color: #ECB5CF;
}
</style>
border-color css
<style>
span { border-color: #ECB5CF; }
span { border-color: rgb(236,181,207); }
td.TdClassName
{
border-color: #ECB5CF;
}
.TagClassName
{
border-color: #ECB5CF;
}
</style>