Html Css Color HEX #EFABD4 Lavender Pink

📋 copy color: '#EFABD4'

red 239 ◦ green 171 ◦ blue 212

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

Shades of Lavender Pink #EFABD4

Tints of Lavender Pink #EFABD4

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.49%

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

R = 38.42%
G = 27.49%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EFABD4 (or 0xEFABD4) is known color: Lavender Pink. HEX triplet: EF, AB and D4. RGB value is (239,171,212). Sum of RGB (Red+Green+Blue) = 239+171+212=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 171 (67.19% from 255 or 27.49% from 622); Blue value is 212 (83.20% from 255 or 34.08% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABD4 is #10542B. Grayscale: #C3C3C3. Windows color (decimal): -1070124 or 13937647. OLE color: 13937647.

HSL color Cylindrical-coordinate representation of color #EFABD4: hue angle of 323.82º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFABD4 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 171 212 -
CMYK 0 0.28 0.11 0.06
HSL 323.82º 0.68% 0.8% -
HSV(B) 323.82º 0.28% 0.94% -
XYZ 62.04 52.23 69.1 -
YUV 196.01 137.03 158.67 -
System Red Green Blue C M Y K H S L
Decimal 239 171 212 0 0.28 0.11 0.06 323.82 0.68 0.8
Hex EF AB D4 0 1C B 6 144 44 50
Octal 357 253 324 0 34 13 6 504 104 120
Binary 11101111 10101011 11010100 0 11100 1011 110 101000100 1000100 1010000

Color Harmonies of #EFABD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFABD4

Black with #EFABD4

Text Example


Text Example

White with #EFABD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFABD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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