#EEB6BE

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

Shades of Chantilly #EEB6BE

Tints of Chantilly #EEB6BE

Color information

#EEB6BE (or 0xEEB6BE) is unknown color: approx Chantilly. HEX triplet: EE, B6 and BE. RGB value is (238,182,190). Sum of RGB (Red+Green+Blue) = 238+182+190=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 182 (71.48% from 255 or 29.84% from 610); Blue value is 190 (74.61% from 255 or 31.15% from 610); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB6BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB6BE is #114941. Grayscale: #C7C7C7. Windows color (decimal): -1132866 or 12498670. OLE color: 12498670.

HSL color Cylindrical-coordinate representation of color #EEB6BE: hue angle of 351.43º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEB6BE is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB238182190-
CMYK00.240.200.07
HSL351.43º62.22%82.35%-
HSV(B)351.43º23.53%93.33%-
XYZ61.2855.3556.17-
YUV199.66122.55155.35-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.02%
GREEN value IS 182 (71.48% from 255) = 29.84%
BLUE value IS 190 (74.61% from 255) = 31.15%
R=39.02%
G=29.84%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818219000.240.200.07351.4362.2282.35
HexEEB6BE01814715f3e52
Octal35626627603024753776122
Binary111011101011011010111110011000101001111010111111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB6BE; }

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

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

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

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

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

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

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

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