#E6BFCE

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

Shades of Chantilly #E6BFCE

Tints of Chantilly #E6BFCE

Color information

#E6BFCE (or 0xE6BFCE) is unknown color: approx Chantilly. HEX triplet: E6, BF and CE. RGB value is (230,191,206). Sum of RGB (Red+Green+Blue) = 230+191+206=627 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.68% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFCE is #194031. Grayscale: #CCCCCC. Windows color (decimal): -1654834 or 13549542. OLE color: 13549542.

HSL color Cylindrical-coordinate representation of color #E6BFCE: hue angle of 336.92º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6BFCE is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB230191206-
CMYK00.170.100.10
HSL336.92º43.82%82.55%-
HSV(B)336.92º16.96%90.2%-
XYZ62.458.5466.4-
YUV204.37128.92146.28-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.68%
GREEN value IS 191 (75% from 255) = 30.46%
BLUE value IS 206 (80.86% from 255) = 32.85%
R=36.68%
G=30.46%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019120600.170.100.10336.9243.8282.55
HexE6BFCE011AA1512c53
Octal346277316021121252154123
Binary111001101011111111001110010001101010101010100011011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BFCE; }

 p { color: rgb(230,191,206); }

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

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

 a { background-color: rgb(230,191,206); }

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

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

 span { border-color: rgb(230,191,206); }

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