Html Css Color HEX #EFD3BB Pink Lady

📋 copy color: '#EFD3BB'

red 239 ◦ green 211 ◦ blue 187

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

Shades of Pink Lady #EFD3BB

Tints of Pink Lady #EFD3BB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.12%

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

R = 37.52%
G = 33.12%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFD3BB (or 0xEFD3BB) is known color: Pink Lady. HEX triplet: EF, D3 and BB. RGB value is (239,211,187). Sum of RGB (Red+Green+Blue) = 239+211+187=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 211 (82.81% from 255 or 33.12% from 637); Blue value is 187 (73.44% from 255 or 29.36% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD3BB is #102C44. Grayscale: #D8D8D8. Windows color (decimal): -1059909 or 12309487. OLE color: 12309487.

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

Color convert

RGB 239 211 187 -
CMYK 0 0.12 0.22 0.06
HSL 27.69º 0.62% 0.84% -
HSV(B) 27.69º 0.22% 0.94% -
XYZ 67.86 68.53 56.66 -
YUV 216.64 111.28 143.95 -
System Red Green Blue C M Y K H S L
Decimal 239 211 187 0 0.12 0.22 0.06 27.69 0.62 0.84
Hex EF D3 BB 0 C 16 6 1C 3E 54
Octal 357 323 273 0 14 26 6 34 76 124
Binary 11101111 11010011 10111011 0 1100 10110 110 11100 111110 1010100

Color Harmonies of #EFD3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD3BB

Black with #EFD3BB

Text Example


Text Example

White with #EFD3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD3BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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