Html Css Color HEX #EFB7DA Lavender Pink

📋 copy color: '#EFB7DA'

red 239 ◦ green 183 ◦ blue 218

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

Shades of Lavender Pink #EFB7DA

Tints of Lavender Pink #EFB7DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.06%

R = 37.34%
G = 28.59%
B = 34.06%

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

#EFB7DA (or 0xEFB7DA) is known color: Lavender Pink. HEX triplet: EF, B7 and DA. RGB value is (239,183,218). Sum of RGB (Red+Green+Blue) = 239+183+218=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 183 (71.88% from 255 or 28.59% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB7DA is #104825. Grayscale: #CBCBCB. Windows color (decimal): -1067046 or 14333935. OLE color: 14333935.

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

Color convert

RGB 239 183 218 -
CMYK 0 0.23 0.09 0.06
HSL 322.5º 0.64% 0.83% -
HSV(B) 322.5º 0.23% 0.94% -
XYZ 65.18 57.28 73.95 -
YUV 203.73 136.05 153.15 -
System Red Green Blue C M Y K H S L
Decimal 239 183 218 0 0.23 0.09 0.06 322.5 0.64 0.83
Hex EF B7 DA 0 17 9 6 142 40 53
Octal 357 267 332 0 27 11 6 502 100 123
Binary 11101111 10110111 11011010 0 10111 1001 110 101000010 1000000 1010011

Color Harmonies of #EFB7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB7DA

Black with #EFB7DA

Text Example


Text Example

White with #EFB7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB7DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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