#EFB6D4

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

Shades of Lavender Pink #EFB6D4

Tints of Lavender Pink #EFB6D4

Color information

#EFB6D4 (or 0xEFB6D4) is unknown color: approx Lavender Pink. HEX triplet: EF, B6 and D4. RGB value is (239,182,212). Sum of RGB (Red+Green+Blue) = 239+182+212=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 182 (71.48% from 255 or 28.75% from 633); Blue value is 212 (83.20% from 255 or 33.49% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB6D4 is #10492B. Grayscale: #CACACA. Windows color (decimal): -1067308 or 13940463. OLE color: 13940463.

HSL color Cylindrical-coordinate representation of color #EFB6D4: hue angle of 328.42º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFB6D4 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB239182212-
CMYK00.240.110.06
HSL328.42º64.04%82.55%-
HSV(B)328.42º23.85%93.73%-
XYZ64.2156.5669.82-
YUV202.46133.38154.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.76%
GREEN value IS 182 (71.48% from 255) = 28.75%
BLUE value IS 212 (83.20% from 255) = 33.49%
R=37.76%
G=28.75%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918221200.240.110.06328.4264.0482.55
HexEFB6D4018B61484053
Octal357266324030136510100123
Binary111011111011011011010100011000101111010100100010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB6D4; }

 p { color: rgb(239,182,212); }

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

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

 a { background-color: rgb(239,182,212); }

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

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

 span { border-color: rgb(239,182,212); }

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