Html Css Color HEX #EFB2D1 Lavender Pink

📋 copy color: '#EFB2D1'

red 239 ◦ green 178 ◦ blue 209

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

Shades of Lavender Pink #EFB2D1

Tints of Lavender Pink #EFB2D1

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.43%

 BLUE value IS 209 (82.03% from 255) = 33.39%

R = 38.18%
G = 28.43%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFB2D1 (or 0xEFB2D1) is known color: Lavender Pink. HEX triplet: EF, B2 and D1. RGB value is (239,178,209). Sum of RGB (Red+Green+Blue) = 239+178+209=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 178 (69.92% from 255 or 28.43% from 626); Blue value is 209 (82.03% from 255 or 33.39% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB2D1 is #104D2E. Grayscale: #C7C7C7. Windows color (decimal): -1068335 or 13742831. OLE color: 13742831.

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

Color convert

RGB 239 178 209 -
CMYK 0 0.26 0.13 0.06
HSL 329.51º 0.66% 0.82% -
HSV(B) 329.51º 0.26% 0.94% -
XYZ 63.03 54.79 67.58 -
YUV 199.77 133.21 155.98 -
System Red Green Blue C M Y K H S L
Decimal 239 178 209 0 0.26 0.13 0.06 329.51 0.66 0.82
Hex EF B2 D1 0 1A D 6 14A 42 52
Octal 357 262 321 0 32 15 6 512 102 122
Binary 11101111 10110010 11010001 0 11010 1101 110 101001010 1000010 1010010

Color Harmonies of #EFB2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB2D1

Black with #EFB2D1

Text Example


Text Example

White with #EFB2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB2D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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