#EEBAC2

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

Shades of Chantilly #EEBAC2

Tints of Chantilly #EEBAC2

Color information

#EEBAC2 (or 0xEEBAC2) is unknown color: approx Chantilly. HEX triplet: EE, BA and C2. RGB value is (238,186,194). Sum of RGB (Red+Green+Blue) = 238+186+194=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 194 (76.17% from 255 or 31.39% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBAC2 is #11453D. Grayscale: #CACACA. Windows color (decimal): -1131838 or 12761838. OLE color: 12761838.

HSL color Cylindrical-coordinate representation of color #EEBAC2: hue angle of 350.77º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEBAC2 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB238186194-
CMYK00.220.180.07
HSL350.77º60.47%83.14%-
HSV(B)350.77º21.85%93.33%-
XYZ62.5657.1958.78-
YUV202.46123.23153.35-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.51%
GREEN value IS 186 (73.05% from 255) = 30.10%
BLUE value IS 194 (76.17% from 255) = 31.39%
R=38.51%
G=30.10%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818619400.220.180.07350.7760.4783.14
HexEEBAC201612715f3c53
Octal35627230202622753774123
Binary111011101011101011000010010110100101111010111111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBAC2; }

 p { color: rgb(238,186,194); }

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

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

 a { background-color: rgb(238,186,194); }

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

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

 span { border-color: rgb(238,186,194); }

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