Html Css Color HEX #EFAECD Lavender Pink

📋 copy color: '#EFAECD'

red 239 ◦ green 174 ◦ blue 205

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

Shades of Lavender Pink #EFAECD

Tints of Lavender Pink #EFAECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.17%

R = 38.67%
G = 28.16%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFAECD (or 0xEFAECD) is known color: Lavender Pink. HEX triplet: EF, AE and CD. RGB value is (239,174,205). Sum of RGB (Red+Green+Blue) = 239+174+205=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 174 (68.36% from 255 or 28.16% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAECD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAECD is #105132. Grayscale: #C4C4C4. Windows color (decimal): -1069363 or 13479663. OLE color: 13479663.

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

Color convert

RGB 239 174 205 -
CMYK 0 0.27 0.14 0.06
HSL 331.38º 0.67% 0.81% -
HSV(B) 331.38º 0.27% 0.94% -
XYZ 61.75 53.03 64.74 -
YUV 196.97 132.53 157.98 -
System Red Green Blue C M Y K H S L
Decimal 239 174 205 0 0.27 0.14 0.06 331.38 0.67 0.81
Hex EF AE CD 0 1B E 6 14B 43 51
Octal 357 256 315 0 33 16 6 513 103 121
Binary 11101111 10101110 11001101 0 11011 1110 110 101001011 1000011 1010001

Color Harmonies of #EFAECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAECD

Black with #EFAECD

Text Example


Text Example

White with #EFAECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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