Shades of Lavender Pink #ECAFCE
Tints of Lavender Pink #ECAFCE
RGB
CMYK
RGB Variations
Color information
#ECAFCE (or 0xECAFCE) is known color: Lavender Pink. HEX triplet: EC, AF and CE. RGB value is (236,175,206). Sum of RGB (Red+Green+Blue) = 236+175+206=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 175 (68.75% from 255 or 28.36% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAFCE is #135031. Grayscale: #C4C4C4. Windows color (decimal): -1265714 or 13545452. OLE color: 13545452.
HSL color Cylindrical-coordinate representation of color #ECAFCE: hue angle of 329.51º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECAFCE is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 206 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.07 |
| HSL | 329.51º | 0.62% | 0.81% | - |
| HSV(B) | 329.51º | 0.26% | 0.93% | - |
| XYZ | 61.06 | 52.95 | 65.39 | - |
| YUV | 196.77 | 133.21 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 206 | 0 | 0.26 | 0.13 | 0.07 | 329.51 | 0.62 | 0.81 |
| Hex | EC | AF | CE | 0 | 1A | D | 7 | 14A | 3E | 51 |
| Octal | 354 | 257 | 316 | 0 | 32 | 15 | 7 | 512 | 76 | 121 |
| Binary | 11101100 | 10101111 | 11001110 | 0 | 11010 | 1101 | 111 | 101001010 | 111110 | 1010001 |
Color Harmonies of #ECAFCE
Complementary color
Monochromatic Colors of #ECAFCE
Black with #ECAFCE
Text Example
Text Example
White with #ECAFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAFCE; }
p { color: rgb(236,175,206); }
H1.HeaderClassName
{
color: #ECAFCE;
}
.AnyTagClassName
{
color: #ECAFCE;
}
</style>
background-color css
<style>
a { background-color: #ECAFCE; }
a { background-color: rgb(236,175,206); }
div.DivClassName
{
background-color: #ECAFCE;
}
.BgClassName
{
background-color: #ECAFCE;
}
</style>
border-color css
<style>
span { border-color: #ECAFCE; }
span { border-color: rgb(236,175,206); }
td.TdClassName
{
border-color: #ECAFCE;
}
.TagClassName
{
border-color: #ECAFCE;
}
</style>