Shades of Lavender Rose #EFB2DC
Tints of Lavender Rose #EFB2DC
RGB
CMYK
RGB Variations
Color information
#EFB2DC (or 0xEFB2DC) is known color: Lavender Rose. HEX triplet: EF, B2 and DC. RGB value is (239,178,220). Sum of RGB (Red+Green+Blue) = 239+178+220=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 178 (69.92% from 255 or 27.94% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB2DC is #104D23. Grayscale: #C8C8C8. Windows color (decimal): -1068324 or 14463727. OLE color: 14463727.
HSL color Cylindrical-coordinate representation of color #EFB2DC: hue angle of 318.69º 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 #EFB2DC is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 220 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.06 |
| HSL | 318.69º | 0.66% | 0.82% | - |
| HSV(B) | 318.69º | 0.26% | 0.94% | - |
| XYZ | 64.44 | 55.36 | 75 | - |
| YUV | 201.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 220 | 0 | 0.26 | 0.08 | 0.06 | 318.69 | 0.66 | 0.82 |
| Hex | EF | B2 | DC | 0 | 1A | 8 | 6 | 13F | 42 | 52 |
| Octal | 357 | 262 | 334 | 0 | 32 | 10 | 6 | 477 | 102 | 122 |
| Binary | 11101111 | 10110010 | 11011100 | 0 | 11010 | 1000 | 110 | 100111111 | 1000010 | 1010010 |
Color Harmonies of #EFB2DC
Complementary color
Monochromatic Colors of #EFB2DC
Black with #EFB2DC
Text Example
Text Example
White with #EFB2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB2DC; }
p { color: rgb(239,178,220); }
H1.HeaderClassName
{
color: #EFB2DC;
}
.AnyTagClassName
{
color: #EFB2DC;
}
</style>
background-color css
<style>
a { background-color: #EFB2DC; }
a { background-color: rgb(239,178,220); }
div.DivClassName
{
background-color: #EFB2DC;
}
.BgClassName
{
background-color: #EFB2DC;
}
</style>
border-color css
<style>
span { border-color: #EFB2DC; }
span { border-color: rgb(239,178,220); }
td.TdClassName
{
border-color: #EFB2DC;
}
.TagClassName
{
border-color: #EFB2DC;
}
</style>