Html Css Color HEX #EFB7D9 Lavender Pink

📋 copy color: '#EFB7D9'

red 239 ◦ green 183 ◦ blue 217

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

Shades of Lavender Pink #EFB7D9

Tints of Lavender Pink #EFB7D9

RGB

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

 GREEN value IS 183 (71.88% from 255) = 28.64%

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

R = 37.4%
G = 28.64%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFB7D9 (or 0xEFB7D9) is known color: Lavender Pink. HEX triplet: EF, B7 and D9. RGB value is (239,183,217). Sum of RGB (Red+Green+Blue) = 239+183+217=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 183 (71.88% from 255 or 28.64% from 639); Blue value is 217 (85.16% from 255 or 33.96% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB7D9 is #104826. Grayscale: #CBCBCB. Windows color (decimal): -1067047 or 14268399. OLE color: 14268399.

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

Color convert

RGB 239 183 217 -
CMYK 0 0.23 0.09 0.06
HSL 323.57º 0.64% 0.83% -
HSV(B) 323.57º 0.23% 0.94% -
XYZ 65.05 57.23 73.26 -
YUV 203.62 135.55 153.24 -
System Red Green Blue C M Y K H S L
Decimal 239 183 217 0 0.23 0.09 0.06 323.57 0.64 0.83
Hex EF B7 D9 0 17 9 6 144 40 53
Octal 357 267 331 0 27 11 6 504 100 123
Binary 11101111 10110111 11011001 0 10111 1001 110 101000100 1000000 1010011

Color Harmonies of #EFB7D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB7D9

Black with #EFB7D9

Text Example


Text Example

White with #EFB7D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB7D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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