Html Css Color HEX #EFADD8 Lavender Pink

📋 copy color: '#EFADD8'

red 239 ◦ green 173 ◦ blue 216

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

Shades of Lavender Pink #EFADD8

Tints of Lavender Pink #EFADD8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.55%

 BLUE value IS 216 (84.77% from 255) = 34.39%

R = 38.06%
G = 27.55%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EFADD8 (or 0xEFADD8) is known color: Lavender Pink. HEX triplet: EF, AD and D8. RGB value is (239,173,216). Sum of RGB (Red+Green+Blue) = 239+173+216=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 216 (84.77% from 255 or 34.39% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADD8 is #105227. Grayscale: #C5C5C5. Windows color (decimal): -1069608 or 14200303. OLE color: 14200303.

HSL color Cylindrical-coordinate representation of color #EFADD8: hue angle of 320.91º degrees, saturation: 0.67, 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 #EFADD8 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 173 216 -
CMYK 0 0.28 0.10 0.06
HSL 320.91º 0.67% 0.81% -
HSV(B) 320.91º 0.28% 0.94% -
XYZ 62.93 53.2 71.92 -
YUV 197.64 138.37 157.5 -
System Red Green Blue C M Y K H S L
Decimal 239 173 216 0 0.28 0.10 0.06 320.91 0.67 0.81
Hex EF AD D8 0 1C A 6 141 43 51
Octal 357 255 330 0 34 12 6 501 103 121
Binary 11101111 10101101 11011000 0 11100 1010 110 101000001 1000011 1010001

Color Harmonies of #EFADD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFADD8

Black with #EFADD8

Text Example


Text Example

White with #EFADD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFADD8; }

 p { color: rgb(239,173,216); }

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

background-color css

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

 a { background-color: rgb(239,173,216); }

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

border-color css

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

 span { border-color: rgb(239,173,216); }

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