Html Css Color HEX #EFAED2 Lavender Pink

📋 copy color: '#EFAED2'

red 239 ◦ green 174 ◦ blue 210

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

Shades of Lavender Pink #EFAED2

Tints of Lavender Pink #EFAED2

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.93%

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

R = 38.36%
G = 27.93%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EFAED2 (or 0xEFAED2) is known color: Lavender Pink. HEX triplet: EF, AE and D2. RGB value is (239,174,210). Sum of RGB (Red+Green+Blue) = 239+174+210=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 210 (82.42% from 255 or 33.71% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAED2 is #10512D. Grayscale: #C5C5C5. Windows color (decimal): -1069358 or 13807343. OLE color: 13807343.

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

Color convert

RGB 239 174 210 -
CMYK 0 0.27 0.12 0.06
HSL 326.77º 0.67% 0.81% -
HSV(B) 326.77º 0.27% 0.94% -
XYZ 62.37 53.28 67.97 -
YUV 197.54 135.03 157.57 -
System Red Green Blue C M Y K H S L
Decimal 239 174 210 0 0.27 0.12 0.06 326.77 0.67 0.81
Hex EF AE D2 0 1B C 6 147 43 51
Octal 357 256 322 0 33 14 6 507 103 121
Binary 11101111 10101110 11010010 0 11011 1100 110 101000111 1000011 1010001

Color Harmonies of #EFAED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAED2

Black with #EFAED2

Text Example


Text Example

White with #EFAED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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