Html Css Color HEX #EFD7BB Pink Lady

📋 copy color: '#EFD7BB'

red 239 ◦ green 215 ◦ blue 187

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

Shades of Pink Lady #EFD7BB

Tints of Pink Lady #EFD7BB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.54%

 BLUE value IS 187 (73.44% from 255) = 29.17%

R = 37.29%
G = 33.54%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFD7BB (or 0xEFD7BB) is known color: Pink Lady. HEX triplet: EF, D7 and BB. RGB value is (239,215,187). Sum of RGB (Red+Green+Blue) = 239+215+187=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 215 (84.38% from 255 or 33.54% from 641); Blue value is 187 (73.44% from 255 or 29.17% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD7BB is #102844. Grayscale: #DBDBDB. Windows color (decimal): -1058885 or 12310511. OLE color: 12310511.

HSL color Cylindrical-coordinate representation of color #EFD7BB: hue angle of 32.31º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFD7BB is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 215 187 -
CMYK 0 0.10 0.22 0.06
HSL 32.31º 0.62% 0.84% -
HSV(B) 32.31º 0.22% 0.94% -
XYZ 68.87 70.54 57 -
YUV 218.98 109.95 142.28 -
System Red Green Blue C M Y K H S L
Decimal 239 215 187 0 0.10 0.22 0.06 32.31 0.62 0.84
Hex EF D7 BB 0 A 16 6 20 3E 54
Octal 357 327 273 0 12 26 6 40 76 124
Binary 11101111 11010111 10111011 0 1010 10110 110 100000 111110 1010100

Color Harmonies of #EFD7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD7BB

Black with #EFD7BB

Text Example


Text Example

White with #EFD7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD7BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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