Shades of Lavender Pink #EEAFCE
Tints of Lavender Pink #EEAFCE
RGB
CMYK
RGB Variations
Color information
#EEAFCE (or 0xEEAFCE) is known color: Lavender Pink. HEX triplet: EE, AF and CE. RGB value is (238,175,206). Sum of RGB (Red+Green+Blue) = 238+175+206=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAFCE is #115031. Grayscale: #C5C5C5. Windows color (decimal): -1134642 or 13545454. OLE color: 13545454.
HSL color Cylindrical-coordinate representation of color #EEAFCE: hue angle of 330.48º degrees, saturation: 0.65, 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 #EEAFCE is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 175 | 206 | - |
CMYK | 0 | 0.26 | 0.13 | 0.07 |
HSL | 330.48º | 0.65% | 0.81% | - |
HSV(B) | 330.48º | 0.26% | 0.93% | - |
XYZ | 61.73 | 53.29 | 65.43 | - |
YUV | 197.37 | 132.87 | 156.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 175 | 206 | 0 | 0.26 | 0.13 | 0.07 | 330.48 | 0.65 | 0.81 |
Hex | EE | AF | CE | 0 | 1A | D | 7 | 14A | 41 | 51 |
Octal | 356 | 257 | 316 | 0 | 32 | 15 | 7 | 512 | 101 | 121 |
Binary | 11101110 | 10101111 | 11001110 | 0 | 11010 | 1101 | 111 | 101001010 | 1000001 | 1010001 |
Color Harmonies of #EEAFCE
Complementary color
Monochromatic Colors of #EEAFCE
Black with #EEAFCE
Text Example
Text Example
White with #EEAFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAFCE; }
p { color: rgb(238,175,206); }
H1.HeaderClassName
{
color: #EEAFCE;
}
.AnyTagClassName
{
color: #EEAFCE;
}
</style>
background-color css
<style>
a { background-color: #EEAFCE; }
a { background-color: rgb(238,175,206); }
div.DivClassName
{
background-color: #EEAFCE;
}
.BgClassName
{
background-color: #EEAFCE;
}
</style>
border-color css
<style>
span { border-color: #EEAFCE; }
span { border-color: rgb(238,175,206); }
td.TdClassName
{
border-color: #EEAFCE;
}
.TagClassName
{
border-color: #EEAFCE;
}
</style>