Html Css Color HEX #EFD1B3 Pink Lady

📋 copy color: '#EFD1B3'

red 239 ◦ green 209 ◦ blue 179

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

Shades of Pink Lady #EFD1B3

Tints of Pink Lady #EFD1B3

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.33%

 BLUE value IS 179 (70.31% from 255) = 28.55%

R = 38.12%
G = 33.33%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#EFD1B3 (or 0xEFD1B3) is known color: Pink Lady. HEX triplet: EF, D1 and B3. RGB value is (239,209,179). Sum of RGB (Red+Green+Blue) = 239+209+179=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 209 (82.03% from 255 or 33.33% from 627); Blue value is 179 (70.31% from 255 or 28.55% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD1B3 is #102E4C. Grayscale: #D6D6D6. Windows color (decimal): -1060429 or 11784687. OLE color: 11784687.

HSL color Cylindrical-coordinate representation of color #EFD1B3: hue angle of 30º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFD1B3 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 209 179 -
CMYK 0 0.13 0.25 0.06
HSL 30º 0.65% 0.82% -
HSV(B) 30º 0.25% 0.94% -
XYZ 66.53 67.21 52.11 -
YUV 214.55 107.94 145.44 -
System Red Green Blue C M Y K H S L
Decimal 239 209 179 0 0.13 0.25 0.06 30 0.65 0.82
Hex EF D1 B3 0 D 19 6 1E 41 52
Octal 357 321 263 0 15 31 6 36 101 122
Binary 11101111 11010001 10110011 0 1101 11001 110 11110 1000001 1010010

Color Harmonies of #EFD1B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD1B3

Black with #EFD1B3

Text Example


Text Example

White with #EFD1B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD1B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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