#E9C8D2

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

Shades of Prim #E9C8D2

Tints of Prim #E9C8D2

Color information

#E9C8D2 (or 0xE9C8D2) is unknown color: approx Prim. HEX triplet: E9, C8 and D2. RGB value is (233,200,210). Sum of RGB (Red+Green+Blue) = 233+200+210=643 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.24% from 643); Green value is 200 (78.52% from 255 or 31.10% from 643); Blue value is 210 (82.42% from 255 or 32.66% from 643); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C8D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C8D2 is #16372D. Grayscale: #D2D2D2. Windows color (decimal): -1455918 or 13813993. OLE color: 13813993.

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

Color convert

RGB233200210-
CMYK00.140.100.09
HSL341.82º42.86%84.9%-
HSV(B)341.82º14.16%91.37%-
XYZ65.8963.2969.72-
YUV211.01127.43143.69-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.24%
GREEN value IS 200 (78.52% from 255) = 31.10%
BLUE value IS 210 (82.42% from 255) = 32.66%
R=36.24%
G=31.10%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320021000.140.100.09341.8242.8684.9
HexE9C8D20EA91562b55
Octal351310322016121152653125
Binary11101001110010001101001001110101010011010101101010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C8D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C8D2; }

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

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

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

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

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

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

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

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