#EEBAD1

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

Shades of Chantilly #EEBAD1

Tints of Chantilly #EEBAD1

Color information

#EEBAD1 (or 0xEEBAD1) is unknown color: approx Chantilly. HEX triplet: EE, BA and D1. RGB value is (238,186,209). Sum of RGB (Red+Green+Blue) = 238+186+209=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 209 (82.03% from 255 or 33.02% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBAD1 is #11452E. Grayscale: #CCCCCC. Windows color (decimal): -1131823 or 13744878. OLE color: 13744878.

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

Color convert

RGB238186209-
CMYK00.220.120.07
HSL333.46º60.47%83.14%-
HSV(B)333.46º21.85%93.33%-
XYZ64.3357.968.11-
YUV204.17130.73152.13-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.60%
GREEN value IS 186 (73.05% from 255) = 29.38%
BLUE value IS 209 (82.03% from 255) = 33.02%
R=37.60%
G=29.38%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818620900.220.120.07333.4660.4783.14
HexEEBAD1016C714d3c53
Octal35627232102614751574123
Binary11101110101110101101000101011011001111010011011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBAD1; }

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

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

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

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

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

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

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

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