Shades of Lavender Pink #ECB5D8
Tints of Lavender Pink #ECB5D8
RGB
CMYK
RGB Variations
Color information
#ECB5D8 (or 0xECB5D8) is known color: Lavender Pink. HEX triplet: EC, B5 and D8. RGB value is (236,181,216). Sum of RGB (Red+Green+Blue) = 236+181+216=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 181 (71.09% from 255 or 28.59% from 633); Blue value is 216 (84.77% from 255 or 34.12% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB5D8 is #134A27. Grayscale: #C9C9C9. Windows color (decimal): -1264168 or 14202348. OLE color: 14202348.
HSL color Cylindrical-coordinate representation of color #ECB5D8: hue angle of 321.82º 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 #ECB5D8 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 181 | 216 | - |
CMYK | 0 | 0.23 | 0.08 | 0.07 |
HSL | 321.82º | 0.59% | 0.82% | - |
HSV(B) | 321.82º | 0.23% | 0.93% | - |
XYZ | 63.51 | 55.84 | 72.4 | - |
YUV | 201.44 | 136.22 | 152.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 181 | 216 | 0 | 0.23 | 0.08 | 0.07 | 321.82 | 0.59 | 0.82 |
Hex | EC | B5 | D8 | 0 | 17 | 8 | 7 | 142 | 3B | 52 |
Octal | 354 | 265 | 330 | 0 | 27 | 10 | 7 | 502 | 73 | 122 |
Binary | 11101100 | 10110101 | 11011000 | 0 | 10111 | 1000 | 111 | 101000010 | 111011 | 1010010 |
Color Harmonies of #ECB5D8
Complementary color
Monochromatic Colors of #ECB5D8
Black with #ECB5D8
Text Example
Text Example
White with #ECB5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB5D8; }
p { color: rgb(236,181,216); }
H1.HeaderClassName
{
color: #ECB5D8;
}
.AnyTagClassName
{
color: #ECB5D8;
}
</style>
background-color css
<style>
a { background-color: #ECB5D8; }
a { background-color: rgb(236,181,216); }
div.DivClassName
{
background-color: #ECB5D8;
}
.BgClassName
{
background-color: #ECB5D8;
}
</style>
border-color css
<style>
span { border-color: #ECB5D8; }
span { border-color: rgb(236,181,216); }
td.TdClassName
{
border-color: #ECB5D8;
}
.TagClassName
{
border-color: #ECB5D8;
}
</style>