#EEB2C4

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

Shades of Chantilly #EEB2C4

Tints of Chantilly #EEB2C4

Color information

#EEB2C4 (or 0xEEB2C4) is unknown color: approx Chantilly. HEX triplet: EE, B2 and C4. RGB value is (238,178,196). Sum of RGB (Red+Green+Blue) = 238+178+196=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 178 (69.92% from 255 or 29.08% from 612); Blue value is 196 (76.95% from 255 or 32.03% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB2C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB2C4 is #114D3B. Grayscale: #C5C5C5. Windows color (decimal): -1133884 or 12890862. OLE color: 12890862.

HSL color Cylindrical-coordinate representation of color #EEB2C4: hue angle of 342º 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 #EEB2C4 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB238178196-
CMYK00.250.180.07
HSL342º63.83%81.57%-
HSV(B)342º25.21%93.33%-
XYZ61.145459.43-
YUV197.99126.88156.54-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.89%
GREEN value IS 178 (69.92% from 255) = 29.08%
BLUE value IS 196 (76.95% from 255) = 32.03%
R=38.89%
G=29.08%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817819600.250.180.0734263.8381.57
HexEEB2C40191271564052
Octal356262304031227526100122
Binary1110111010110010110001000110011001011110101011010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB2C4; }

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

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

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

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

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

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

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

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