#E9BECF

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

Shades of Chantilly #E9BECF

Tints of Chantilly #E9BECF

Color information

#E9BECF (or 0xE9BECF) is unknown color: approx Chantilly. HEX triplet: E9, BE and CF. RGB value is (233,190,207). Sum of RGB (Red+Green+Blue) = 233+190+207=630 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.98% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BECF is #164130. Grayscale: #CCCCCC. Windows color (decimal): -1458481 or 13614825. OLE color: 13614825.

HSL color Cylindrical-coordinate representation of color #E9BECF: hue angle of 336.28º 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 #E9BECF is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB233190207-
CMYK00.180.110.09
HSL336.28º49.43%82.94%-
HSV(B)336.28º18.45%91.37%-
XYZ63.2858.6667.02-
YUV204.8129.25148.12-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.98%
GREEN value IS 190 (74.61% from 255) = 30.16%
BLUE value IS 207 (81.25% from 255) = 32.86%
R=36.98%
G=30.16%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319020700.180.110.09336.2849.4382.94
HexE9BECF012B91503153
Octal351276317022131152061123
Binary111010011011111011001111010010101110011010100001100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BECF; }

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

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

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

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

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

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

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

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