Shades of Lavender Pink #EFB8D4
Tints of Lavender Pink #EFB8D4
RGB
CMYK
RGB Variations
Color information
#EFB8D4 (or 0xEFB8D4) is known color: Lavender Pink. HEX triplet: EF, B8 and D4. RGB value is (239,184,212). Sum of RGB (Red+Green+Blue) = 239+184+212=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 184 (72.27% from 255 or 28.98% from 635); Blue value is 212 (83.20% from 255 or 33.39% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB8D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB8D4 is #10472B. Grayscale: #CBCBCB. Windows color (decimal): -1066796 or 13940975. OLE color: 13940975.
HSL color Cylindrical-coordinate representation of color #EFB8D4: hue angle of 329.45º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFB8D4 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 212 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.06 |
| HSL | 329.45º | 0.63% | 0.83% | - |
| HSV(B) | 329.45º | 0.23% | 0.94% | - |
| XYZ | 64.62 | 57.39 | 69.96 | - |
| YUV | 203.64 | 132.72 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 212 | 0 | 0.23 | 0.11 | 0.06 | 329.45 | 0.63 | 0.83 |
| Hex | EF | B8 | D4 | 0 | 17 | B | 6 | 149 | 3F | 53 |
| Octal | 357 | 270 | 324 | 0 | 27 | 13 | 6 | 511 | 77 | 123 |
| Binary | 11101111 | 10111000 | 11010100 | 0 | 10111 | 1011 | 110 | 101001001 | 111111 | 1010011 |
Color Harmonies of #EFB8D4
Complementary color
Monochromatic Colors of #EFB8D4
Black with #EFB8D4
Text Example
Text Example
White with #EFB8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB8D4; }
p { color: rgb(239,184,212); }
H1.HeaderClassName
{
color: #EFB8D4;
}
.AnyTagClassName
{
color: #EFB8D4;
}
</style>
background-color css
<style>
a { background-color: #EFB8D4; }
a { background-color: rgb(239,184,212); }
div.DivClassName
{
background-color: #EFB8D4;
}
.BgClassName
{
background-color: #EFB8D4;
}
</style>
border-color css
<style>
span { border-color: #EFB8D4; }
span { border-color: rgb(239,184,212); }
td.TdClassName
{
border-color: #EFB8D4;
}
.TagClassName
{
border-color: #EFB8D4;
}
</style>