#E9C8D0

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

Shades of Pink Lace #E9C8D0

Tints of Pink Lace #E9C8D0

Color information

#E9C8D0 (or 0xE9C8D0) is unknown color: approx Pink Lace. HEX triplet: E9, C8 and D0. RGB value is (233,200,208). Sum of RGB (Red+Green+Blue) = 233+200+208=641 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.35% from 641); Green value is 200 (78.52% from 255 or 31.20% from 641); Blue value is 208 (81.64% from 255 or 32.45% from 641); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C8D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C8D0 is #16372F. Grayscale: #D2D2D2. Windows color (decimal): -1455920 or 13682921. OLE color: 13682921.

HSL color Cylindrical-coordinate representation of color #E9C8D0: hue angle of 345.45º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E9C8D0 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB233200208-
CMYK00.140.110.09
HSL345.45º42.86%84.9%-
HSV(B)345.45º14.16%91.37%-
XYZ65.6463.1968.41-
YUV210.78126.43143.85-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.35%
GREEN value IS 200 (78.52% from 255) = 31.20%
BLUE value IS 208 (81.64% from 255) = 32.45%
R=36.35%
G=31.20%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320020800.140.110.09345.4542.8684.9
HexE9C8D00EB91592b55
Octal351310320016131153153125
Binary11101001110010001101000001110101110011010110011010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C8D0; }

 p { color: rgb(233,200,208); }

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

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

 a { background-color: rgb(233,200,208); }

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

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

 span { border-color: rgb(233,200,208); }

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