#E9BFCA

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

Shades of Chantilly #E9BFCA

Tints of Chantilly #E9BFCA

Color information

#E9BFCA (or 0xE9BFCA) is unknown color: approx Chantilly. HEX triplet: E9, BF and CA. RGB value is (233,191,202). Sum of RGB (Red+Green+Blue) = 233+191+202=626 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.22% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BFCA is #164035. Grayscale: #CCCCCC. Windows color (decimal): -1458230 or 13287401. OLE color: 13287401.

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

Color convert

RGB233191202-
CMYK00.180.130.09
HSL344.29º48.84%83.14%-
HSV(B)344.29º18.03%91.37%-
XYZ62.958.8563.92-
YUV204.81126.41148.11-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.22%
GREEN value IS 191 (75% from 255) = 30.51%
BLUE value IS 202 (79.30% from 255) = 32.27%
R=37.22%
G=30.51%
B=32.27%

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
Decimal23319120200.180.130.09344.2948.8483.14
HexE9BFCA012D91583153
Octal351277312022151153061123
Binary111010011011111111001010010010110110011010110001100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BFCA; }

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

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

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

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

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

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

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

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