Shades of Lavender Pink #EFB2DB
Tints of Lavender Pink #EFB2DB
RGB
CMYK
RGB Variations
Color information
#EFB2DB (or 0xEFB2DB) is known color: Lavender Pink. HEX triplet: EF, B2 and DB. RGB value is (239,178,219). Sum of RGB (Red+Green+Blue) = 239+178+219=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 178 (69.92% from 255 or 27.99% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB2DB is #104D24. Grayscale: #C8C8C8. Windows color (decimal): -1068325 or 14398191. OLE color: 14398191.
HSL color Cylindrical-coordinate representation of color #EFB2DB: hue angle of 319.67º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB2DB is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 219 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.06 |
| HSL | 319.67º | 0.66% | 0.82% | - |
| HSV(B) | 319.67º | 0.26% | 0.94% | - |
| XYZ | 64.3 | 55.31 | 74.3 | - |
| YUV | 200.91 | 138.21 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 219 | 0 | 0.26 | 0.08 | 0.06 | 319.67 | 0.66 | 0.82 |
| Hex | EF | B2 | DB | 0 | 1A | 8 | 6 | 140 | 42 | 52 |
| Octal | 357 | 262 | 333 | 0 | 32 | 10 | 6 | 500 | 102 | 122 |
| Binary | 11101111 | 10110010 | 11011011 | 0 | 11010 | 1000 | 110 | 101000000 | 1000010 | 1010010 |
Color Harmonies of #EFB2DB
Complementary color
Monochromatic Colors of #EFB2DB
Black with #EFB2DB
Text Example
Text Example
White with #EFB2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB2DB; }
p { color: rgb(239,178,219); }
H1.HeaderClassName
{
color: #EFB2DB;
}
.AnyTagClassName
{
color: #EFB2DB;
}
</style>
background-color css
<style>
a { background-color: #EFB2DB; }
a { background-color: rgb(239,178,219); }
div.DivClassName
{
background-color: #EFB2DB;
}
.BgClassName
{
background-color: #EFB2DB;
}
</style>
border-color css
<style>
span { border-color: #EFB2DB; }
span { border-color: rgb(239,178,219); }
td.TdClassName
{
border-color: #EFB2DB;
}
.TagClassName
{
border-color: #EFB2DB;
}
</style>