#EED8BC

Color #EED8BC Pink Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Lady #EED8BC

Tints of Pink Lady #EED8BC

Color information

#EED8BC (or 0xEED8BC) is unknown color: approx Pink Lady. HEX triplet: EE, D8 and BC. RGB value is (238,216,188). Sum of RGB (Red+Green+Blue) = 238+216+188=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 216 (84.77% from 255 or 33.64% from 642); Blue value is 188 (73.83% from 255 or 29.28% from 642); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED8BC is #112743. Grayscale: #DBDBDB. Windows color (decimal): -1124164 or 12376302. OLE color: 12376302.

HSL color Cylindrical-coordinate representation of color #EED8BC: hue angle of 33.6º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EED8BC is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB238216188-
CMYK00.090.210.07
HSL33.6º59.52%83.53%-
HSV(B)33.6º21.01%93.33%-
XYZ68.8970.9257.63-
YUV219.39110.29141.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.07%
GREEN value IS 216 (84.77% from 255) = 33.64%
BLUE value IS 188 (73.83% from 255) = 29.28%
R=37.07%
G=33.64%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821618800.090.210.0733.659.5283.53
HexEED8BC09157223c54
Octal3563302740112574274124
Binary11101110110110001011110001001101011111000101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED8BC; }

 p { color: rgb(238,216,188); }

 H1.HeaderClassName
 {
   color: #EED8BC;
 }
 .AnyTagClassName
 {
   color: #EED8BC;
 }
</style>
background-color css

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

 a { background-color: rgb(238,216,188); }

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

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

 span { border-color: rgb(238,216,188); }

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