Html Css Color HEX #EFB5DB Lavender Pink

📋 copy color: '#EFB5DB'

red 239 ◦ green 181 ◦ blue 219

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

Shades of Lavender Pink #EFB5DB

Tints of Lavender Pink #EFB5DB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.33%

 BLUE value IS 219 (85.94% from 255) = 34.27%

R = 37.4%
G = 28.33%
B = 34.27%

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

#EFB5DB (or 0xEFB5DB) is known color: Lavender Pink. HEX triplet: EF, B5 and DB. RGB value is (239,181,219). Sum of RGB (Red+Green+Blue) = 239+181+219=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 181 (71.09% from 255 or 28.33% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB5DB is #104A24. Grayscale: #CACACA. Windows color (decimal): -1067557 or 14398959. OLE color: 14398959.

HSL color Cylindrical-coordinate representation of color #EFB5DB: hue angle of 320.69º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFB5DB is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 181 219 -
CMYK 0 0.24 0.08 0.06
HSL 320.69º 0.64% 0.82% -
HSV(B) 320.69º 0.24% 0.94% -
XYZ 64.91 56.51 74.5 -
YUV 202.67 137.22 153.91 -
System Red Green Blue C M Y K H S L
Decimal 239 181 219 0 0.24 0.08 0.06 320.69 0.64 0.82
Hex EF B5 DB 0 18 8 6 141 40 52
Octal 357 265 333 0 30 10 6 501 100 122
Binary 11101111 10110101 11011011 0 11000 1000 110 101000001 1000000 1010010

Color Harmonies of #EFB5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB5DB

Black with #EFB5DB

Text Example


Text Example

White with #EFB5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB5DB; }

 p { color: rgb(239,181,219); }

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

background-color css

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

 a { background-color: rgb(239,181,219); }

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

border-color css

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

 span { border-color: rgb(239,181,219); }

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