Html Css Color HEX #EFADD1 Lavender Pink

📋 copy color: '#EFADD1'

red 239 ◦ green 173 ◦ blue 209

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

Shades of Lavender Pink #EFADD1

Tints of Lavender Pink #EFADD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 33.66%

R = 38.49%
G = 27.86%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFADD1 (or 0xEFADD1) is known color: Lavender Pink. HEX triplet: EF, AD and D1. RGB value is (239,173,209). Sum of RGB (Red+Green+Blue) = 239+173+209=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 209 (82.03% from 255 or 33.66% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADD1 is #10522E. Grayscale: #C4C4C4. Windows color (decimal): -1069615 or 13741551. OLE color: 13741551.

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

Color convert

RGB 239 173 209 -
CMYK 0 0.28 0.13 0.06
HSL 327.27º 0.67% 0.81% -
HSV(B) 327.27º 0.28% 0.94% -
XYZ 62.05 52.84 67.25 -
YUV 196.84 134.87 158.07 -
System Red Green Blue C M Y K H S L
Decimal 239 173 209 0 0.28 0.13 0.06 327.27 0.67 0.81
Hex EF AD D1 0 1C D 6 147 43 51
Octal 357 255 321 0 34 15 6 507 103 121
Binary 11101111 10101101 11010001 0 11100 1101 110 101000111 1000011 1010001

Color Harmonies of #EFADD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFADD1

Black with #EFADD1

Text Example


Text Example

White with #EFADD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFADD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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