#EFB7D0

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

Shades of Lavender Pink #EFB7D0

Tints of Lavender Pink #EFB7D0

Color information

#EFB7D0 (or 0xEFB7D0) is unknown color: approx Lavender Pink. HEX triplet: EF, B7 and D0. RGB value is (239,183,208). Sum of RGB (Red+Green+Blue) = 239+183+208=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 183 (71.88% from 255 or 29.05% from 630); Blue value is 208 (81.64% from 255 or 33.02% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB7D0 is #10482F. Grayscale: #CACACA. Windows color (decimal): -1067056 or 13678575. OLE color: 13678575.

HSL color Cylindrical-coordinate representation of color #EFB7D0: hue angle of 333.21º degrees, saturation: 0.64, 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 #EFB7D0 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB239183208-
CMYK00.230.130.06
HSL333.21º63.64%82.75%-
HSV(B)333.21º23.43%93.73%-
XYZ63.9256.7767.26-
YUV202.59131.05153.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.94%
GREEN value IS 183 (71.88% from 255) = 29.05%
BLUE value IS 208 (81.64% from 255) = 33.02%
R=37.94%
G=29.05%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918320800.230.130.06333.2163.6482.75
HexEFB7D0017D614d4053
Octal357267320027156515100123
Binary111011111011011111010000010111110111010100110110000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB7D0; }

 p { color: rgb(239,183,208); }

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

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

 a { background-color: rgb(239,183,208); }

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

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

 span { border-color: rgb(239,183,208); }

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