Html Css Color HEX #EFB6D1 Lavender Pink

📋 copy color: '#EFB6D1'

red 239 ◦ green 182 ◦ blue 209

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

Shades of Lavender Pink #EFB6D1

Tints of Lavender Pink #EFB6D1

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.89%

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

R = 37.94%
G = 28.89%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFB6D1 (or 0xEFB6D1) is known color: Lavender Pink. HEX triplet: EF, B6 and D1. RGB value is (239,182,209). Sum of RGB (Red+Green+Blue) = 239+182+209=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 182 (71.48% from 255 or 28.89% from 630); Blue value is 209 (82.03% from 255 or 33.17% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB6D1 is #10492E. Grayscale: #CACACA. Windows color (decimal): -1067311 or 13743855. OLE color: 13743855.

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

Color convert

RGB 239 182 209 -
CMYK 0 0.24 0.13 0.06
HSL 331.58º 0.64% 0.83% -
HSV(B) 331.58º 0.24% 0.94% -
XYZ 63.83 56.41 67.85 -
YUV 202.12 131.88 154.3 -
System Red Green Blue C M Y K H S L
Decimal 239 182 209 0 0.24 0.13 0.06 331.58 0.64 0.83
Hex EF B6 D1 0 18 D 6 14C 40 53
Octal 357 266 321 0 30 15 6 514 100 123
Binary 11101111 10110110 11010001 0 11000 1101 110 101001100 1000000 1010011

Color Harmonies of #EFB6D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB6D1

Black with #EFB6D1

Text Example


Text Example

White with #EFB6D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB6D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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