#EEBED0

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

Shades of Chantilly #EEBED0

Tints of Chantilly #EEBED0

Color information

#EEBED0 (or 0xEEBED0) is unknown color: approx Chantilly. HEX triplet: EE, BE and D0. RGB value is (238,190,208). Sum of RGB (Red+Green+Blue) = 238+190+208=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 208 (81.64% from 255 or 32.70% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBED0 is #11412F. Grayscale: #CECECE. Windows color (decimal): -1130800 or 13680366. OLE color: 13680366.

HSL color Cylindrical-coordinate representation of color #EEBED0: hue angle of 337.5º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEBED0 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB238190208-
CMYK00.200.130.07
HSL337.5º58.54%83.92%-
HSV(B)337.5º20.17%93.33%-
XYZ65.0659.5667.74-
YUV206.4128.9150.54-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.42%
GREEN value IS 190 (74.61% from 255) = 29.87%
BLUE value IS 208 (81.64% from 255) = 32.70%
R=37.42%
G=29.87%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819020800.200.130.07337.558.5483.92
HexEEBED0014D71523b54
Octal35627632002415752273124
Binary11101110101111101101000001010011011111010100101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBED0; }

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

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

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

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

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

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

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

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