Html Css Color HEX #EFB1D6 Lavender Pink

📋 copy color: '#EFB1D6'

red 239 ◦ green 177 ◦ blue 214

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

Shades of Lavender Pink #EFB1D6

Tints of Lavender Pink #EFB1D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.97%

R = 37.94%
G = 28.1%
B = 33.97%

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

#EFB1D6 (or 0xEFB1D6) is known color: Lavender Pink. HEX triplet: EF, B1 and D6. RGB value is (239,177,214). Sum of RGB (Red+Green+Blue) = 239+177+214=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 177 (69.53% from 255 or 28.10% from 630); Blue value is 214 (83.98% from 255 or 33.97% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB1D6 is #104E29. Grayscale: #C7C7C7. Windows color (decimal): -1068586 or 14070255. OLE color: 14070255.

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

Color convert

RGB 239 177 214 -
CMYK 0 0.26 0.10 0.06
HSL 324.19º 0.66% 0.82% -
HSV(B) 324.19º 0.26% 0.94% -
XYZ 63.46 54.65 70.82 -
YUV 199.76 136.04 155.99 -
System Red Green Blue C M Y K H S L
Decimal 239 177 214 0 0.26 0.10 0.06 324.19 0.66 0.82
Hex EF B1 D6 0 1A A 6 144 42 52
Octal 357 261 326 0 32 12 6 504 102 122
Binary 11101111 10110001 11010110 0 11010 1010 110 101000100 1000010 1010010

Color Harmonies of #EFB1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB1D6

Black with #EFB1D6

Text Example


Text Example

White with #EFB1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB1D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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