Html Css Color HEX #EFB7D7 Lavender Pink

📋 copy color: '#EFB7D7'

red 239 ◦ green 183 ◦ blue 215

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

Shades of Lavender Pink #EFB7D7

Tints of Lavender Pink #EFB7D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.75%

R = 37.52%
G = 28.73%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EFB7D7 (or 0xEFB7D7) is known color: Lavender Pink. HEX triplet: EF, B7 and D7. RGB value is (239,183,215). Sum of RGB (Red+Green+Blue) = 239+183+215=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 183 (71.88% from 255 or 28.73% from 637); Blue value is 215 (84.38% from 255 or 33.75% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB7D7 is #104828. Grayscale: #CBCBCB. Windows color (decimal): -1067049 or 14137327. OLE color: 14137327.

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

Color convert

RGB 239 183 215 -
CMYK 0 0.23 0.10 0.06
HSL 325.71º 0.64% 0.83% -
HSV(B) 325.71º 0.23% 0.94% -
XYZ 64.8 57.12 71.9 -
YUV 203.39 134.55 153.4 -
System Red Green Blue C M Y K H S L
Decimal 239 183 215 0 0.23 0.10 0.06 325.71 0.64 0.83
Hex EF B7 D7 0 17 A 6 146 40 53
Octal 357 267 327 0 27 12 6 506 100 123
Binary 11101111 10110111 11010111 0 10111 1010 110 101000110 1000000 1010011

Color Harmonies of #EFB7D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB7D7

Black with #EFB7D7

Text Example


Text Example

White with #EFB7D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB7D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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