Shades of Lavender Pink #EFB8D2
Tints of Lavender Pink #EFB8D2
RGB
CMYK
RGB Variations
Color information
#EFB8D2 (or 0xEFB8D2) is known color: Lavender Pink. HEX triplet: EF, B8 and D2. RGB value is (239,184,210). Sum of RGB (Red+Green+Blue) = 239+184+210=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 184 (72.27% from 255 or 29.07% from 633); Blue value is 210 (82.42% from 255 or 33.18% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB8D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB8D2 is #10472D. Grayscale: #CBCBCB. Windows color (decimal): -1066798 or 13809903. OLE color: 13809903.
HSL color Cylindrical-coordinate representation of color #EFB8D2: hue angle of 331.64º 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 #EFB8D2 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 210 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.06 |
| HSL | 331.64º | 0.63% | 0.83% | - |
| HSV(B) | 331.64º | 0.23% | 0.94% | - |
| XYZ | 64.37 | 57.28 | 68.64 | - |
| YUV | 203.41 | 131.72 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 210 | 0 | 0.23 | 0.12 | 0.06 | 331.64 | 0.63 | 0.83 |
| Hex | EF | B8 | D2 | 0 | 17 | C | 6 | 14C | 3F | 53 |
| Octal | 357 | 270 | 322 | 0 | 27 | 14 | 6 | 514 | 77 | 123 |
| Binary | 11101111 | 10111000 | 11010010 | 0 | 10111 | 1100 | 110 | 101001100 | 111111 | 1010011 |
Color Harmonies of #EFB8D2
Complementary color
Monochromatic Colors of #EFB8D2
Black with #EFB8D2
Text Example
Text Example
White with #EFB8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB8D2; }
p { color: rgb(239,184,210); }
H1.HeaderClassName
{
color: #EFB8D2;
}
.AnyTagClassName
{
color: #EFB8D2;
}
</style>
background-color css
<style>
a { background-color: #EFB8D2; }
a { background-color: rgb(239,184,210); }
div.DivClassName
{
background-color: #EFB8D2;
}
.BgClassName
{
background-color: #EFB8D2;
}
</style>
border-color css
<style>
span { border-color: #EFB8D2; }
span { border-color: rgb(239,184,210); }
td.TdClassName
{
border-color: #EFB8D2;
}
.TagClassName
{
border-color: #EFB8D2;
}
</style>