Shades of Lavender Pink #EFB4DA
Tints of Lavender Pink #EFB4DA
RGB
CMYK
RGB Variations
Color information
#EFB4DA (or 0xEFB4DA) is known color: Lavender Pink. HEX triplet: EF, B4 and DA. RGB value is (239,180,218). Sum of RGB (Red+Green+Blue) = 239+180+218=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 180 (70.70% from 255 or 28.26% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB4DA is #104B25. Grayscale: #C9C9C9. Windows color (decimal): -1067814 or 14333167. OLE color: 14333167.
HSL color Cylindrical-coordinate representation of color #EFB4DA: hue angle of 321.36º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFB4DA is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 218 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.06 |
| HSL | 321.36º | 0.65% | 0.82% | - |
| HSV(B) | 321.36º | 0.25% | 0.94% | - |
| XYZ | 64.57 | 56.06 | 73.75 | - |
| YUV | 201.97 | 137.05 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 218 | 0 | 0.25 | 0.09 | 0.06 | 321.36 | 0.65 | 0.82 |
| Hex | EF | B4 | DA | 0 | 19 | 9 | 6 | 141 | 41 | 52 |
| Octal | 357 | 264 | 332 | 0 | 31 | 11 | 6 | 501 | 101 | 122 |
| Binary | 11101111 | 10110100 | 11011010 | 0 | 11001 | 1001 | 110 | 101000001 | 1000001 | 1010010 |
Color Harmonies of #EFB4DA
Complementary color
Monochromatic Colors of #EFB4DA
Black with #EFB4DA
Text Example
Text Example
White with #EFB4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB4DA; }
p { color: rgb(239,180,218); }
H1.HeaderClassName
{
color: #EFB4DA;
}
.AnyTagClassName
{
color: #EFB4DA;
}
</style>
background-color css
<style>
a { background-color: #EFB4DA; }
a { background-color: rgb(239,180,218); }
div.DivClassName
{
background-color: #EFB4DA;
}
.BgClassName
{
background-color: #EFB4DA;
}
</style>
border-color css
<style>
span { border-color: #EFB4DA; }
span { border-color: rgb(239,180,218); }
td.TdClassName
{
border-color: #EFB4DA;
}
.TagClassName
{
border-color: #EFB4DA;
}
</style>