Shades of Lavender Pink #ECB5D4
Tints of Lavender Pink #ECB5D4
RGB
CMYK
RGB Variations
Color information
#ECB5D4 (or 0xECB5D4) is known color: Lavender Pink. HEX triplet: EC, B5 and D4. RGB value is (236,181,212). Sum of RGB (Red+Green+Blue) = 236+181+212=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 181 (71.09% from 255 or 28.78% from 629); Blue value is 212 (83.20% from 255 or 33.70% from 629); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB5D4 is #134A2B. Grayscale: #C8C8C8. Windows color (decimal): -1264172 or 13940204. OLE color: 13940204.
HSL color Cylindrical-coordinate representation of color #ECB5D4: hue angle of 326.18º 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 #ECB5D4 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 181 | 212 | - |
CMYK | 0 | 0.23 | 0.10 | 0.07 |
HSL | 326.18º | 0.59% | 0.82% | - |
HSV(B) | 326.18º | 0.23% | 0.93% | - |
XYZ | 63 | 55.63 | 69.71 | - |
YUV | 200.98 | 134.22 | 152.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 181 | 212 | 0 | 0.23 | 0.10 | 0.07 | 326.18 | 0.59 | 0.82 |
Hex | EC | B5 | D4 | 0 | 17 | A | 7 | 146 | 3B | 52 |
Octal | 354 | 265 | 324 | 0 | 27 | 12 | 7 | 506 | 73 | 122 |
Binary | 11101100 | 10110101 | 11010100 | 0 | 10111 | 1010 | 111 | 101000110 | 111011 | 1010010 |
Color Harmonies of #ECB5D4
Complementary color
Monochromatic Colors of #ECB5D4
Black with #ECB5D4
Text Example
Text Example
White with #ECB5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB5D4; }
p { color: rgb(236,181,212); }
H1.HeaderClassName
{
color: #ECB5D4;
}
.AnyTagClassName
{
color: #ECB5D4;
}
</style>
background-color css
<style>
a { background-color: #ECB5D4; }
a { background-color: rgb(236,181,212); }
div.DivClassName
{
background-color: #ECB5D4;
}
.BgClassName
{
background-color: #ECB5D4;
}
</style>
border-color css
<style>
span { border-color: #ECB5D4; }
span { border-color: rgb(236,181,212); }
td.TdClassName
{
border-color: #ECB5D4;
}
.TagClassName
{
border-color: #ECB5D4;
}
</style>