Html Css Color HEX #EFB6DC Lavender Pink

📋 copy color: '#EFB6DC'

red 239 ◦ green 182 ◦ blue 220

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

Shades of Lavender Pink #EFB6DC

Tints of Lavender Pink #EFB6DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.32%

R = 37.29%
G = 28.39%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFB6DC (or 0xEFB6DC) is known color: Lavender Pink. HEX triplet: EF, B6 and DC. RGB value is (239,182,220). Sum of RGB (Red+Green+Blue) = 239+182+220=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 182 (71.48% from 255 or 28.39% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB6DC is #104923. Grayscale: #CBCBCB. Windows color (decimal): -1067300 or 14464751. OLE color: 14464751.

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

Color convert

RGB 239 182 220 -
CMYK 0 0.24 0.08 0.06
HSL 320º 0.64% 0.83% -
HSV(B) 320º 0.24% 0.94% -
XYZ 65.24 56.97 75.27 -
YUV 203.38 137.38 153.41 -
System Red Green Blue C M Y K H S L
Decimal 239 182 220 0 0.24 0.08 0.06 320 0.64 0.83
Hex EF B6 DC 0 18 8 6 140 40 53
Octal 357 266 334 0 30 10 6 500 100 123
Binary 11101111 10110110 11011100 0 11000 1000 110 101000000 1000000 1010011

Color Harmonies of #EFB6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB6DC

Black with #EFB6DC

Text Example


Text Example

White with #EFB6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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