#EEB2C6

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

Shades of Chantilly #EEB2C6

Tints of Chantilly #EEB2C6

Color information

#EEB2C6 (or 0xEEB2C6) is unknown color: approx Chantilly. HEX triplet: EE, B2 and C6. RGB value is (238,178,198). Sum of RGB (Red+Green+Blue) = 238+178+198=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 178 (69.92% from 255 or 28.99% from 614); Blue value is 198 (77.73% from 255 or 32.25% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB2C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB2C6 is #114D39. Grayscale: #C6C6C6. Windows color (decimal): -1133882 or 13021934. OLE color: 13021934.

HSL color Cylindrical-coordinate representation of color #EEB2C6: hue angle of 340º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEB2C6 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB238178198-
CMYK00.250.170.07
HSL340º63.83%81.57%-
HSV(B)340º25.21%93.33%-
XYZ61.3754.160.63-
YUV198.22127.88156.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.76%
GREEN value IS 178 (69.92% from 255) = 28.99%
BLUE value IS 198 (77.73% from 255) = 32.25%
R=38.76%
G=28.99%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817819800.250.170.0734063.8381.57
HexEEB2C60191171544052
Octal356262306031217524100122
Binary1110111010110010110001100110011000111110101010010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB2C6; }

 p { color: rgb(238,178,198); }

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

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

 a { background-color: rgb(238,178,198); }

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

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

 span { border-color: rgb(238,178,198); }

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