Shades of Lavender Pink #EEADCF
Tints of Lavender Pink #EEADCF
RGB
CMYK
RGB Variations
Color information
#EEADCF (or 0xEEADCF) is known color: Lavender Pink. HEX triplet: EE, AD and CF. RGB value is (238,173,207). Sum of RGB (Red+Green+Blue) = 238+173+207=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEADCF is #115230. Grayscale: #C4C4C4. Windows color (decimal): -1135153 or 13610478. OLE color: 13610478.
HSL color Cylindrical-coordinate representation of color #EEADCF: hue angle of 328.62º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEADCF is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 207 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.07 |
| HSL | 328.62º | 0.66% | 0.81% | - |
| HSV(B) | 328.62º | 0.27% | 0.93% | - |
| XYZ | 61.47 | 52.57 | 65.94 | - |
| YUV | 196.31 | 134.03 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 207 | 0 | 0.27 | 0.13 | 0.07 | 328.62 | 0.66 | 0.81 |
| Hex | EE | AD | CF | 0 | 1B | D | 7 | 149 | 42 | 51 |
| Octal | 356 | 255 | 317 | 0 | 33 | 15 | 7 | 511 | 102 | 121 |
| Binary | 11101110 | 10101101 | 11001111 | 0 | 11011 | 1101 | 111 | 101001001 | 1000010 | 1010001 |
Color Harmonies of #EEADCF
Complementary color
Monochromatic Colors of #EEADCF
Black with #EEADCF
Text Example
Text Example
White with #EEADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEADCF; }
p { color: rgb(238,173,207); }
H1.HeaderClassName
{
color: #EEADCF;
}
.AnyTagClassName
{
color: #EEADCF;
}
</style>
background-color css
<style>
a { background-color: #EEADCF; }
a { background-color: rgb(238,173,207); }
div.DivClassName
{
background-color: #EEADCF;
}
.BgClassName
{
background-color: #EEADCF;
}
</style>
border-color css
<style>
span { border-color: #EEADCF; }
span { border-color: rgb(238,173,207); }
td.TdClassName
{
border-color: #EEADCF;
}
.TagClassName
{
border-color: #EEADCF;
}
</style>