Html Css Color HEX #EFADD7 Lavender Pink

📋 copy color: '#EFADD7'

red 239 ◦ green 173 ◦ blue 215

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

Shades of Lavender Pink #EFADD7

Tints of Lavender Pink #EFADD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.29%

R = 38.12%
G = 27.59%
B = 34.29%

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

#EFADD7 (or 0xEFADD7) is known color: Lavender Pink. HEX triplet: EF, AD and D7. RGB value is (239,173,215). Sum of RGB (Red+Green+Blue) = 239+173+215=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 215 (84.38% from 255 or 34.29% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADD7 is #105228. Grayscale: #C5C5C5. Windows color (decimal): -1069609 or 14134767. OLE color: 14134767.

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

Color convert

RGB 239 173 215 -
CMYK 0 0.28 0.10 0.06
HSL 321.82º 0.67% 0.81% -
HSV(B) 321.82º 0.28% 0.94% -
XYZ 62.81 53.14 71.24 -
YUV 197.52 137.87 157.58 -
System Red Green Blue C M Y K H S L
Decimal 239 173 215 0 0.28 0.10 0.06 321.82 0.67 0.81
Hex EF AD D7 0 1C A 6 142 43 51
Octal 357 255 327 0 34 12 6 502 103 121
Binary 11101111 10101101 11010111 0 11100 1010 110 101000010 1000011 1010001

Color Harmonies of #EFADD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFADD7

Black with #EFADD7

Text Example


Text Example

White with #EFADD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFADD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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