#E9C8CD

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

Shades of Pink Lace #E9C8CD

Tints of Pink Lace #E9C8CD

Color information

#E9C8CD (or 0xE9C8CD) is unknown color: approx Pink Lace. HEX triplet: E9, C8 and CD. RGB value is (233,200,205). Sum of RGB (Red+Green+Blue) = 233+200+205=638 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.52% from 638); Green value is 200 (78.52% from 255 or 31.35% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C8CD is #163732. Grayscale: #D2D2D2. Windows color (decimal): -1455923 or 13486313. OLE color: 13486313.

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

Color convert

RGB233200205-
CMYK00.140.120.09
HSL350.91º42.86%84.9%-
HSV(B)350.91º14.16%91.37%-
XYZ65.2863.0466.49-
YUV210.44124.93144.09-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.52%
GREEN value IS 200 (78.52% from 255) = 31.35%
BLUE value IS 205 (80.47% from 255) = 32.13%
R=36.52%
G=31.35%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320020500.140.120.09350.9142.8684.9
HexE9C8CD0EC915f2b55
Octal351310315016141153753125
Binary11101001110010001100110101110110010011010111111010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C8CD; }

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

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

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

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

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

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

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

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