Html Css Color HEX #EFB5D9 Lavender Pink

📋 copy color: '#EFB5D9'

red 239 ◦ green 181 ◦ blue 217

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

Shades of Lavender Pink #EFB5D9

Tints of Lavender Pink #EFB5D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 34.07%

R = 37.52%
G = 28.41%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFB5D9 (or 0xEFB5D9) is known color: Lavender Pink. HEX triplet: EF, B5 and D9. RGB value is (239,181,217). Sum of RGB (Red+Green+Blue) = 239+181+217=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 181 (71.09% from 255 or 28.41% from 637); Blue value is 217 (85.16% from 255 or 34.07% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB5D9 is #104A26. Grayscale: #CACACA. Windows color (decimal): -1067559 or 14267887. OLE color: 14267887.

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

Color convert

RGB 239 181 217 -
CMYK 0 0.24 0.09 0.06
HSL 322.76º 0.64% 0.82% -
HSV(B) 322.76º 0.24% 0.94% -
XYZ 64.64 56.41 73.13 -
YUV 202.45 136.22 154.07 -
System Red Green Blue C M Y K H S L
Decimal 239 181 217 0 0.24 0.09 0.06 322.76 0.64 0.82
Hex EF B5 D9 0 18 9 6 143 40 52
Octal 357 265 331 0 30 11 6 503 100 122
Binary 11101111 10110101 11011001 0 11000 1001 110 101000011 1000000 1010010

Color Harmonies of #EFB5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB5D9

Black with #EFB5D9

Text Example


Text Example

White with #EFB5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB5D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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