Html Css Color HEX #EFD6B7 Pink Lady

📋 copy color: '#EFD6B7'

red 239 ◦ green 214 ◦ blue 183

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

Shades of Pink Lady #EFD6B7

Tints of Pink Lady #EFD6B7

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.65%

 BLUE value IS 183 (71.88% from 255) = 28.77%

R = 37.58%
G = 33.65%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EFD6B7 (or 0xEFD6B7) is known color: Pink Lady. HEX triplet: EF, D6 and B7. RGB value is (239,214,183). Sum of RGB (Red+Green+Blue) = 239+214+183=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 214 (83.98% from 255 or 33.65% from 636); Blue value is 183 (71.88% from 255 or 28.77% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD6B7 is #102948. Grayscale: #DADADA. Windows color (decimal): -1059145 or 12048111. OLE color: 12048111.

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

Color convert

RGB 239 214 183 -
CMYK 0 0.10 0.23 0.06
HSL 33.21º 0.64% 0.83% -
HSV(B) 33.21º 0.23% 0.94% -
XYZ 68.19 69.86 54.69 -
YUV 217.94 108.28 143.02 -
System Red Green Blue C M Y K H S L
Decimal 239 214 183 0 0.10 0.23 0.06 33.21 0.64 0.83
Hex EF D6 B7 0 A 17 6 21 40 53
Octal 357 326 267 0 12 27 6 41 100 123
Binary 11101111 11010110 10110111 0 1010 10111 110 100001 1000000 1010011

Color Harmonies of #EFD6B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD6B7

Black with #EFD6B7

Text Example


Text Example

White with #EFD6B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD6B7; }

 p { color: rgb(239,214,183); }

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

background-color css

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

 a { background-color: rgb(239,214,183); }

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

border-color css

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

 span { border-color: rgb(239,214,183); }

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