Html Css Color HEX #EFADD3 Lavender Pink

📋 copy color: '#EFADD3'

red 239 ◦ green 173 ◦ blue 211

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

Shades of Lavender Pink #EFADD3

Tints of Lavender Pink #EFADD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.87%

R = 38.36%
G = 27.77%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EFADD3 (or 0xEFADD3) is known color: Lavender Pink. HEX triplet: EF, AD and D3. RGB value is (239,173,211). Sum of RGB (Red+Green+Blue) = 239+173+211=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 211 (82.81% from 255 or 33.87% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADD3 is #10522C. Grayscale: #C4C4C4. Windows color (decimal): -1069613 or 13872623. OLE color: 13872623.

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

Color convert

RGB 239 173 211 -
CMYK 0 0.28 0.12 0.06
HSL 325.45º 0.67% 0.81% -
HSV(B) 325.45º 0.28% 0.94% -
XYZ 62.3 52.94 68.56 -
YUV 197.07 135.87 157.91 -
System Red Green Blue C M Y K H S L
Decimal 239 173 211 0 0.28 0.12 0.06 325.45 0.67 0.81
Hex EF AD D3 0 1C C 6 145 43 51
Octal 357 255 323 0 34 14 6 505 103 121
Binary 11101111 10101101 11010011 0 11100 1100 110 101000101 1000011 1010001

Color Harmonies of #EFADD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFADD3

Black with #EFADD3

Text Example


Text Example

White with #EFADD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFADD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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