Html Css Color HEX #EFB9D2 Lavender Pink

📋 copy color: '#EFB9D2'

red 239 ◦ green 185 ◦ blue 210

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

Shades of Lavender Pink #EFB9D2

Tints of Lavender Pink #EFB9D2

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.18%

 BLUE value IS 210 (82.42% from 255) = 33.12%

R = 37.7%
G = 29.18%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EFB9D2 (or 0xEFB9D2) is known color: Lavender Pink. HEX triplet: EF, B9 and D2. RGB value is (239,185,210). Sum of RGB (Red+Green+Blue) = 239+185+210=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 185 (72.66% from 255 or 29.18% from 634); Blue value is 210 (82.42% from 255 or 33.12% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB9D2 is #10462D. Grayscale: #CBCBCB. Windows color (decimal): -1066542 or 13810159. OLE color: 13810159.

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

Color convert

RGB 239 185 210 -
CMYK 0 0.23 0.12 0.06
HSL 332.22º 0.63% 0.83% -
HSV(B) 332.22º 0.23% 0.94% -
XYZ 64.58 57.7 68.71 -
YUV 204 131.39 152.97 -
System Red Green Blue C M Y K H S L
Decimal 239 185 210 0 0.23 0.12 0.06 332.22 0.63 0.83
Hex EF B9 D2 0 17 C 6 14C 3F 53
Octal 357 271 322 0 27 14 6 514 77 123
Binary 11101111 10111001 11010010 0 10111 1100 110 101001100 111111 1010011

Color Harmonies of #EFB9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB9D2

Black with #EFB9D2

Text Example


Text Example

White with #EFB9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB9D2; }

 p { color: rgb(239,185,210); }

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

background-color css

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

 a { background-color: rgb(239,185,210); }

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

border-color css

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

 span { border-color: rgb(239,185,210); }

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