#E9BECA

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

Shades of Chantilly #E9BECA

Tints of Chantilly #E9BECA

Color information

#E9BECA (or 0xE9BECA) is unknown color: approx Chantilly. HEX triplet: E9, BE and CA. RGB value is (233,190,202). Sum of RGB (Red+Green+Blue) = 233+190+202=625 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.28% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BECA is #164135. Grayscale: #CCCCCC. Windows color (decimal): -1458486 or 13287145. OLE color: 13287145.

HSL color Cylindrical-coordinate representation of color #E9BECA: hue angle of 343.26º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9BECA is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB233190202-
CMYK00.180.130.09
HSL343.26º49.43%82.94%-
HSV(B)343.26º18.45%91.37%-
XYZ62.6858.4163.85-
YUV204.22126.75148.52-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.28%
GREEN value IS 190 (74.61% from 255) = 30.4%
BLUE value IS 202 (79.30% from 255) = 32.32%
R=37.28%
G=30.4%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319020200.180.130.09343.2649.4382.94
HexE9BECA012D91573153
Octal351276312022151152761123
Binary111010011011111011001010010010110110011010101111100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BECA; }

 p { color: rgb(233,190,202); }

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

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

 a { background-color: rgb(233,190,202); }

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

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

 span { border-color: rgb(233,190,202); }

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