#EFB2DE

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

Shades of Lavender Rose #EFB2DE

Tints of Lavender Rose #EFB2DE

Color information

#EFB2DE (or 0xEFB2DE) is unknown color: approx Lavender Rose. HEX triplet: EF, B2 and DE. RGB value is (239,178,222). Sum of RGB (Red+Green+Blue) = 239+178+222=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 178 (69.92% from 255 or 27.86% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB2DE is #104D21. Grayscale: #C9C9C9. Windows color (decimal): -1068322 or 14594799. OLE color: 14594799.

HSL color Cylindrical-coordinate representation of color #EFB2DE: hue angle of 316.72º 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 #EFB2DE is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB239178222-
CMYK00.260.070.06
HSL316.72º65.59%81.76%-
HSV(B)316.72º25.52%93.73%-
XYZ64.755.4776.4-
YUV201.26139.71154.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.40%
GREEN value IS 178 (69.92% from 255) = 27.86%
BLUE value IS 222 (87.11% from 255) = 34.74%
R=37.40%
G=27.86%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917822200.260.070.06316.7265.5981.76
HexEFB2DE01A7613d4252
Octal35726233603276475102122
Binary11101111101100101101111001101011111010011110110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB2DE; }

 p { color: rgb(239,178,222); }

 H1.HeaderClassName
 {
   color: #EFB2DE;
 }
 .AnyTagClassName
 {
   color: #EFB2DE;
 }
</style>
background-color css

<style>
 a { background-color: #EFB2DE; }

 a { background-color: rgb(239,178,222); }

 div.DivClassName
 {
   background-color: #EFB2DE;
 }
 .BgClassName
 {
   background-color: #EFB2DE;
 }
</style>
border-color css

<style>
 span { border-color: #EFB2DE; }

 span { border-color: rgb(239,178,222); }

 td.TdClassName
 {
   border-color: #EFB2DE;
 }
 .TagClassName
 {
   border-color: #EFB2DE;
 }
</style>