Html Css Color HEX #EFACD0 Lavender Pink

📋 copy color: '#EFACD0'

red 239 ◦ green 172 ◦ blue 208

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

Shades of Lavender Pink #EFACD0

Tints of Lavender Pink #EFACD0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.79%

 BLUE value IS 208 (81.64% from 255) = 33.6%

R = 38.61%
G = 27.79%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFACD0 (or 0xEFACD0) is known color: Lavender Pink. HEX triplet: EF, AC and D0. RGB value is (239,172,208). Sum of RGB (Red+Green+Blue) = 239+172+208=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACD0 is #10532F. Grayscale: #C4C4C4. Windows color (decimal): -1069872 or 13675759. OLE color: 13675759.

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

Color convert

RGB 239 172 208 -
CMYK 0 0.28 0.13 0.06
HSL 327.76º 0.68% 0.81% -
HSV(B) 327.76º 0.28% 0.94% -
XYZ 61.73 52.41 66.54 -
YUV 196.14 134.7 158.57 -
System Red Green Blue C M Y K H S L
Decimal 239 172 208 0 0.28 0.13 0.06 327.76 0.68 0.81
Hex EF AC D0 0 1C D 6 148 44 51
Octal 357 254 320 0 34 15 6 510 104 121
Binary 11101111 10101100 11010000 0 11100 1101 110 101001000 1000100 1010001

Color Harmonies of #EFACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACD0

Black with #EFACD0

Text Example


Text Example

White with #EFACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACD0; }

 p { color: rgb(239,172,208); }

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

background-color css

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

 a { background-color: rgb(239,172,208); }

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

border-color css

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

 span { border-color: rgb(239,172,208); }

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