Shades of Lavender Pink #ECADD0
Tints of Lavender Pink #ECADD0
RGB
CMYK
RGB Variations
Color information
#ECADD0 (or 0xECADD0) is known color: Lavender Pink. HEX triplet: EC, AD and D0. RGB value is (236,173,208). Sum of RGB (Red+Green+Blue) = 236+173+208=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 208 (81.64% from 255 or 33.71% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECADD0 is #13522F. Grayscale: #C3C3C3. Windows color (decimal): -1266224 or 13676012. OLE color: 13676012.
HSL color Cylindrical-coordinate representation of color #ECADD0: hue angle of 326.67º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECADD0 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 173 | 208 | - |
CMYK | 0 | 0.27 | 0.12 | 0.07 |
HSL | 326.67º | 0.62% | 0.8% | - |
HSV(B) | 326.67º | 0.27% | 0.93% | - |
XYZ | 60.92 | 52.27 | 66.55 | - |
YUV | 195.83 | 134.87 | 156.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 173 | 208 | 0 | 0.27 | 0.12 | 0.07 | 326.67 | 0.62 | 0.8 |
Hex | EC | AD | D0 | 0 | 1B | C | 7 | 147 | 3E | 50 |
Octal | 354 | 255 | 320 | 0 | 33 | 14 | 7 | 507 | 76 | 120 |
Binary | 11101100 | 10101101 | 11010000 | 0 | 11011 | 1100 | 111 | 101000111 | 111110 | 1010000 |
Color Harmonies of #ECADD0
Complementary color
Monochromatic Colors of #ECADD0
Black with #ECADD0
Text Example
Text Example
White with #ECADD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECADD0; }
p { color: rgb(236,173,208); }
H1.HeaderClassName
{
color: #ECADD0;
}
.AnyTagClassName
{
color: #ECADD0;
}
</style>
background-color css
<style>
a { background-color: #ECADD0; }
a { background-color: rgb(236,173,208); }
div.DivClassName
{
background-color: #ECADD0;
}
.BgClassName
{
background-color: #ECADD0;
}
</style>
border-color css
<style>
span { border-color: #ECADD0; }
span { border-color: rgb(236,173,208); }
td.TdClassName
{
border-color: #ECADD0;
}
.TagClassName
{
border-color: #ECADD0;
}
</style>