Shades of Lavender Pink #EFAFCF
Tints of Lavender Pink #EFAFCF
RGB
CMYK
RGB Variations
Color information
#EFAFCF (or 0xEFAFCF) is known color: Lavender Pink. HEX triplet: EF, AF and CF. RGB value is (239,175,207). Sum of RGB (Red+Green+Blue) = 239+175+207=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 207 (81.25% from 255 or 33.33% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFCF is #105030. Grayscale: #C5C5C5. Windows color (decimal): -1069105 or 13610991. OLE color: 13610991.
HSL color Cylindrical-coordinate representation of color #EFAFCF: hue angle of 330º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFAFCF is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 207 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.06 |
| HSL | 330º | 0.67% | 0.81% | - |
| HSV(B) | 330º | 0.27% | 0.94% | - |
| XYZ | 62.19 | 53.52 | 66.08 | - |
| YUV | 197.78 | 133.2 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 207 | 0 | 0.27 | 0.13 | 0.06 | 330 | 0.67 | 0.81 |
| Hex | EF | AF | CF | 0 | 1B | D | 6 | 14A | 43 | 51 |
| Octal | 357 | 257 | 317 | 0 | 33 | 15 | 6 | 512 | 103 | 121 |
| Binary | 11101111 | 10101111 | 11001111 | 0 | 11011 | 1101 | 110 | 101001010 | 1000011 | 1010001 |
Color Harmonies of #EFAFCF
Complementary color
Monochromatic Colors of #EFAFCF
Black with #EFAFCF
Text Example
Text Example
White with #EFAFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAFCF; }
p { color: rgb(239,175,207); }
H1.HeaderClassName
{
color: #EFAFCF;
}
.AnyTagClassName
{
color: #EFAFCF;
}
</style>
background-color css
<style>
a { background-color: #EFAFCF; }
a { background-color: rgb(239,175,207); }
div.DivClassName
{
background-color: #EFAFCF;
}
.BgClassName
{
background-color: #EFAFCF;
}
</style>
border-color css
<style>
span { border-color: #EFAFCF; }
span { border-color: rgb(239,175,207); }
td.TdClassName
{
border-color: #EFAFCF;
}
.TagClassName
{
border-color: #EFAFCF;
}
</style>