#E9BBCE

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

Shades of Chantilly #E9BBCE

Tints of Chantilly #E9BBCE

Color information

#E9BBCE (or 0xE9BBCE) is unknown color: approx Chantilly. HEX triplet: E9, BB and CE. RGB value is (233,187,206). Sum of RGB (Red+Green+Blue) = 233+187+206=626 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.22% from 626); Green value is 187 (73.44% from 255 or 29.87% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BBCE is #164431. Grayscale: #CACACA. Windows color (decimal): -1459250 or 13548521. OLE color: 13548521.

HSL color Cylindrical-coordinate representation of color #E9BBCE: hue angle of 335.22º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9BBCE is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB233187206-
CMYK00.200.120.09
HSL335.22º51.11%82.35%-
HSV(B)335.22º19.74%91.37%-
XYZ62.5257.3266.16-
YUV202.92129.74149.46-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.22%
GREEN value IS 187 (73.44% from 255) = 29.87%
BLUE value IS 206 (80.86% from 255) = 32.91%
R=37.22%
G=29.87%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318720600.200.120.09335.2251.1182.35
HexE9BBCE014C914f3352
Octal351273316024141151763122
Binary111010011011101111001110010100110010011010011111100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BBCE; }

 p { color: rgb(233,187,206); }

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

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

 a { background-color: rgb(233,187,206); }

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

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

 span { border-color: rgb(233,187,206); }

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