Html Css Color HEX #EFB9D4 Lavender Pink

📋 copy color: '#EFB9D4'

red 239 ◦ green 185 ◦ blue 212

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

Shades of Lavender Pink #EFB9D4

Tints of Lavender Pink #EFB9D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.33%

R = 37.58%
G = 29.09%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EFB9D4 (or 0xEFB9D4) is known color: Lavender Pink. HEX triplet: EF, B9 and D4. RGB value is (239,185,212). Sum of RGB (Red+Green+Blue) = 239+185+212=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 185 (72.66% from 255 or 29.09% from 636); Blue value is 212 (83.20% from 255 or 33.33% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB9D4 is #10462B. Grayscale: #CCCCCC. Windows color (decimal): -1066540 or 13941231. OLE color: 13941231.

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

Color convert

RGB 239 185 212 -
CMYK 0 0.23 0.11 0.06
HSL 330º 0.63% 0.83% -
HSV(B) 330º 0.23% 0.94% -
XYZ 64.83 57.8 70.03 -
YUV 204.22 132.39 152.8 -
System Red Green Blue C M Y K H S L
Decimal 239 185 212 0 0.23 0.11 0.06 330 0.63 0.83
Hex EF B9 D4 0 17 B 6 14A 3F 53
Octal 357 271 324 0 27 13 6 512 77 123
Binary 11101111 10111001 11010100 0 10111 1011 110 101001010 111111 1010011

Color Harmonies of #EFB9D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB9D4

Black with #EFB9D4

Text Example


Text Example

White with #EFB9D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB9D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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