Shades of Lavender Pink #EFB3D3
Tints of Lavender Pink #EFB3D3
RGB
CMYK
RGB Variations
Color information
#EFB3D3 (or 0xEFB3D3) is known color: Lavender Pink. HEX triplet: EF, B3 and D3. RGB value is (239,179,211). Sum of RGB (Red+Green+Blue) = 239+179+211=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 179 (70.31% from 255 or 28.46% from 629); Blue value is 211 (82.81% from 255 or 33.55% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB3D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB3D3 is #104C2C. Grayscale: #C8C8C8. Windows color (decimal): -1068077 or 13874159. OLE color: 13874159.
HSL color Cylindrical-coordinate representation of color #EFB3D3: hue angle of 328º 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 #EFB3D3 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 211 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.06 |
| HSL | 328º | 0.65% | 0.82% | - |
| HSV(B) | 328º | 0.25% | 0.94% | - |
| XYZ | 63.47 | 55.29 | 68.96 | - |
| YUV | 200.59 | 133.88 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 211 | 0 | 0.25 | 0.12 | 0.06 | 328 | 0.65 | 0.82 |
| Hex | EF | B3 | D3 | 0 | 19 | C | 6 | 148 | 41 | 52 |
| Octal | 357 | 263 | 323 | 0 | 31 | 14 | 6 | 510 | 101 | 122 |
| Binary | 11101111 | 10110011 | 11010011 | 0 | 11001 | 1100 | 110 | 101001000 | 1000001 | 1010010 |
Color Harmonies of #EFB3D3
Complementary color
Monochromatic Colors of #EFB3D3
Black with #EFB3D3
Text Example
Text Example
White with #EFB3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB3D3; }
p { color: rgb(239,179,211); }
H1.HeaderClassName
{
color: #EFB3D3;
}
.AnyTagClassName
{
color: #EFB3D3;
}
</style>
background-color css
<style>
a { background-color: #EFB3D3; }
a { background-color: rgb(239,179,211); }
div.DivClassName
{
background-color: #EFB3D3;
}
.BgClassName
{
background-color: #EFB3D3;
}
</style>
border-color css
<style>
span { border-color: #EFB3D3; }
span { border-color: rgb(239,179,211); }
td.TdClassName
{
border-color: #EFB3D3;
}
.TagClassName
{
border-color: #EFB3D3;
}
</style>