#EEBAD0

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

Shades of Chantilly #EEBAD0

Tints of Chantilly #EEBAD0

Color information

#EEBAD0 (or 0xEEBAD0) is unknown color: approx Chantilly. HEX triplet: EE, BA and D0. RGB value is (238,186,208). Sum of RGB (Red+Green+Blue) = 238+186+208=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 208 (81.64% from 255 or 32.91% from 632); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBAD0 is #11452F. Grayscale: #CCCCCC. Windows color (decimal): -1131824 or 13679342. OLE color: 13679342.

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

Color convert

RGB238186208-
CMYK00.220.130.07
HSL334.62º60.47%83.14%-
HSV(B)334.62º21.85%93.33%-
XYZ64.257.8567.46-
YUV204.06130.23152.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.66%
GREEN value IS 186 (73.05% from 255) = 29.43%
BLUE value IS 208 (81.64% from 255) = 32.91%
R=37.66%
G=29.43%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818620800.220.130.07334.6260.4783.14
HexEEBAD0016D714f3c53
Octal35627232002615751774123
Binary11101110101110101101000001011011011111010011111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBAD0; }

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

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

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

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

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

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

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

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