Shades of Lavender Pink #ECB6CF
Tints of Lavender Pink #ECB6CF
RGB
CMYK
RGB Variations
Color information
#ECB6CF (or 0xECB6CF) is known color: Lavender Pink. HEX triplet: EC, B6 and CF. RGB value is (236,182,207). Sum of RGB (Red+Green+Blue) = 236+182+207=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 182 (71.48% from 255 or 29.12% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB6CF is #134930. Grayscale: #C8C8C8. Windows color (decimal): -1263921 or 13612780. OLE color: 13612780.
HSL color Cylindrical-coordinate representation of color #ECB6CF: hue angle of 332.22º 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 #ECB6CF is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 182 | 207 | - |
CMYK | 0 | 0.23 | 0.12 | 0.07 |
HSL | 332.22º | 0.59% | 0.82% | - |
HSV(B) | 332.22º | 0.23% | 0.93% | - |
XYZ | 62.58 | 55.79 | 66.5 | - |
YUV | 201 | 131.39 | 152.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 182 | 207 | 0 | 0.23 | 0.12 | 0.07 | 332.22 | 0.59 | 0.82 |
Hex | EC | B6 | CF | 0 | 17 | C | 7 | 14C | 3B | 52 |
Octal | 354 | 266 | 317 | 0 | 27 | 14 | 7 | 514 | 73 | 122 |
Binary | 11101100 | 10110110 | 11001111 | 0 | 10111 | 1100 | 111 | 101001100 | 111011 | 1010010 |
Color Harmonies of #ECB6CF
Complementary color
Monochromatic Colors of #ECB6CF
Black with #ECB6CF
Text Example
Text Example
White with #ECB6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB6CF; }
p { color: rgb(236,182,207); }
H1.HeaderClassName
{
color: #ECB6CF;
}
.AnyTagClassName
{
color: #ECB6CF;
}
</style>
background-color css
<style>
a { background-color: #ECB6CF; }
a { background-color: rgb(236,182,207); }
div.DivClassName
{
background-color: #ECB6CF;
}
.BgClassName
{
background-color: #ECB6CF;
}
</style>
border-color css
<style>
span { border-color: #ECB6CF; }
span { border-color: rgb(236,182,207); }
td.TdClassName
{
border-color: #ECB6CF;
}
.TagClassName
{
border-color: #ECB6CF;
}
</style>