#EFB2DC

Color #EFB2DC Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #EFB2DC

Tints of Lavender Rose #EFB2DC

Color information

#EFB2DC (or 0xEFB2DC) is unknown color: approx 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

RGB239178220-
CMYK00.260.080.06
HSL318.69º65.59%81.76%-
HSV(B)318.69º25.52%93.73%-
XYZ64.4455.3675-
YUV201.03138.71155.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 37.52%
GREEN value IS 178 (69.92% from 255) = 27.94%
BLUE value IS 220 (86.33% from 255) = 34.54%
R=37.52%
G=27.94%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917822000.260.080.06318.6965.5981.76
HexEFB2DC01A8613f4252
Octal357262334032106477102122
Binary111011111011001011011100011010100011010011111110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>