#EEBAC7

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

Shades of Chantilly #EEBAC7

Tints of Chantilly #EEBAC7

Color information

#EEBAC7 (or 0xEEBAC7) is unknown color: approx Chantilly. HEX triplet: EE, BA and C7. RGB value is (238,186,199). Sum of RGB (Red+Green+Blue) = 238+186+199=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 199 (78.12% from 255 or 31.94% from 623); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBAC7 is #114538. Grayscale: #CBCBCB. Windows color (decimal): -1131833 or 13089518. OLE color: 13089518.

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

Color convert

RGB238186199-
CMYK00.220.160.07
HSL345º60.47%83.14%-
HSV(B)345º21.85%93.33%-
XYZ63.1357.4261.79-
YUV203.03125.73152.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.20%
GREEN value IS 186 (73.05% from 255) = 29.86%
BLUE value IS 199 (78.12% from 255) = 31.94%
R=38.20%
G=29.86%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818619900.220.160.0734560.4783.14
HexEEBAC70161071593c53
Octal35627230702620753174123
Binary111011101011101011000111010110100001111010110011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBAC7; }

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

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

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

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

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

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

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

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