Shades of Lavender Pink #EFB2D2
Tints of Lavender Pink #EFB2D2
RGB
CMYK
RGB Variations
Color information
#EFB2D2 (or 0xEFB2D2) is known color: Lavender Pink. HEX triplet: EF, B2 and D2. RGB value is (239,178,210). Sum of RGB (Red+Green+Blue) = 239+178+210=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 178 (69.92% from 255 or 28.39% from 627); Blue value is 210 (82.42% from 255 or 33.49% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB2D2 is #104D2D. Grayscale: #C7C7C7. Windows color (decimal): -1068334 or 13808367. OLE color: 13808367.
HSL color Cylindrical-coordinate representation of color #EFB2D2: hue angle of 328.52º 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 #EFB2D2 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 210 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.06 |
| HSL | 328.52º | 0.66% | 0.82% | - |
| HSV(B) | 328.52º | 0.26% | 0.94% | - |
| XYZ | 63.15 | 54.84 | 68.23 | - |
| YUV | 199.89 | 133.71 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 210 | 0 | 0.26 | 0.12 | 0.06 | 328.52 | 0.66 | 0.82 |
| Hex | EF | B2 | D2 | 0 | 1A | C | 6 | 149 | 42 | 52 |
| Octal | 357 | 262 | 322 | 0 | 32 | 14 | 6 | 511 | 102 | 122 |
| Binary | 11101111 | 10110010 | 11010010 | 0 | 11010 | 1100 | 110 | 101001001 | 1000010 | 1010010 |
Color Harmonies of #EFB2D2
Complementary color
Monochromatic Colors of #EFB2D2
Black with #EFB2D2
Text Example
Text Example
White with #EFB2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB2D2; }
p { color: rgb(239,178,210); }
H1.HeaderClassName
{
color: #EFB2D2;
}
.AnyTagClassName
{
color: #EFB2D2;
}
</style>
background-color css
<style>
a { background-color: #EFB2D2; }
a { background-color: rgb(239,178,210); }
div.DivClassName
{
background-color: #EFB2D2;
}
.BgClassName
{
background-color: #EFB2D2;
}
</style>
border-color css
<style>
span { border-color: #EFB2D2; }
span { border-color: rgb(239,178,210); }
td.TdClassName
{
border-color: #EFB2D2;
}
.TagClassName
{
border-color: #EFB2D2;
}
</style>