Html Css Color HEX #EFB1D7 Lavender Pink

📋 copy color: '#EFB1D7'

red 239 ◦ green 177 ◦ blue 215

#EFB1D7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Pink #EFB1D7

Tints of Lavender Pink #EFB1D7

RGB

 RED value IS 239 (93.75% from 255) = 37.88%

 GREEN value IS 177 (69.53% from 255) = 28.05%

 BLUE value IS 215 (84.38% from 255) = 34.07%

R = 37.88%
G = 28.05%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EFB1D7 (or 0xEFB1D7) is known color: Lavender Pink. HEX triplet: EF, B1 and D7. RGB value is (239,177,215). Sum of RGB (Red+Green+Blue) = 239+177+215=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 177 (69.53% from 255 or 28.05% from 631); Blue value is 215 (84.38% from 255 or 34.07% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB1D7 is #104E28. Grayscale: #C7C7C7. Windows color (decimal): -1068585 or 14135791. OLE color: 14135791.

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

Color convert

RGB 239 177 215 -
CMYK 0 0.26 0.10 0.06
HSL 323.23º 0.66% 0.82% -
HSV(B) 323.23º 0.26% 0.94% -
XYZ 63.58 54.7 71.5 -
YUV 199.87 136.54 155.91 -
System Red Green Blue C M Y K H S L
Decimal 239 177 215 0 0.26 0.10 0.06 323.23 0.66 0.82
Hex EF B1 D7 0 1A A 6 143 42 52
Octal 357 261 327 0 32 12 6 503 102 122
Binary 11101111 10110001 11010111 0 11010 1010 110 101000011 1000010 1010010

Color Harmonies of #EFB1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB1D7

Black with #EFB1D7

Text Example


Text Example

White with #EFB1D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB1D7; }

 p { color: rgb(239,177,215); }

 H1.HeaderClassName
 {
   color: #EFB1D7;
 }
 .AnyTagClassName
 {
   color: #EFB1D7;
 }
</style>

background-color css

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

 a { background-color: rgb(239,177,215); }

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

border-color css

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

 span { border-color: rgb(239,177,215); }

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