Html Css Color HEX #EFAACE Lavender Pink

📋 copy color: '#EFAACE'

red 239 ◦ green 170 ◦ blue 206

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

Shades of Lavender Pink #EFAACE

Tints of Lavender Pink #EFAACE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.64%

 BLUE value IS 206 (80.86% from 255) = 33.5%

R = 38.86%
G = 27.64%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFAACE (or 0xEFAACE) is known color: Lavender Pink. HEX triplet: EF, AA and CE. RGB value is (239,170,206). Sum of RGB (Red+Green+Blue) = 239+170+206=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAACE is #105531. Grayscale: #C2C2C2. Windows color (decimal): -1070386 or 13544175. OLE color: 13544175.

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

Color convert

RGB 239 170 206 -
CMYK 0 0.29 0.14 0.06
HSL 328.7º 0.68% 0.8% -
HSV(B) 328.7º 0.29% 0.94% -
XYZ 61.11 51.56 65.12 -
YUV 194.74 134.36 159.57 -
System Red Green Blue C M Y K H S L
Decimal 239 170 206 0 0.29 0.14 0.06 328.7 0.68 0.8
Hex EF AA CE 0 1D E 6 149 44 50
Octal 357 252 316 0 35 16 6 511 104 120
Binary 11101111 10101010 11001110 0 11101 1110 110 101001001 1000100 1010000

Color Harmonies of #EFAACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAACE

Black with #EFAACE

Text Example


Text Example

White with #EFAACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAACE; }

 p { color: rgb(239,170,206); }

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

background-color css

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

 a { background-color: rgb(239,170,206); }

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

border-color css

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

 span { border-color: rgb(239,170,206); }

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