#E6BCCB

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

Shades of Chantilly #E6BCCB

Tints of Chantilly #E6BCCB

Color information

#E6BCCB (or 0xE6BCCB) is unknown color: approx Chantilly. HEX triplet: E6, BC and CB. RGB value is (230,188,203). Sum of RGB (Red+Green+Blue) = 230+188+203=621 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.04% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BCCB is #194334. Grayscale: #CACACA. Windows color (decimal): -1655605 or 13352166. OLE color: 13352166.

HSL color Cylindrical-coordinate representation of color #E6BCCB: hue angle of 338.57º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6BCCB is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB230188203-
CMYK00.180.120.10
HSL338.57º45.65%81.96%-
HSV(B)338.57º18.26%90.2%-
XYZ61.457.164.29-
YUV202.27128.41147.78-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.04%
GREEN value IS 188 (73.83% from 255) = 30.27%
BLUE value IS 203 (79.69% from 255) = 32.69%
R=37.04%
G=30.27%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018820300.180.120.10338.5745.6581.96
HexE6BCCB012CA1532e52
Octal346274313022141252356122
Binary111001101011110011001011010010110010101010100111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BCCB; }

 p { color: rgb(230,188,203); }

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

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

 a { background-color: rgb(230,188,203); }

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

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

 span { border-color: rgb(230,188,203); }

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