#E6BDCB

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

Shades of Chantilly #E6BDCB

Tints of Chantilly #E6BDCB

Color information

#E6BDCB (or 0xE6BDCB) is unknown color: approx Chantilly. HEX triplet: E6, BD and CB. RGB value is (230,189,203). Sum of RGB (Red+Green+Blue) = 230+189+203=622 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.98% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BDCB is #194234. Grayscale: #CACACA. Windows color (decimal): -1655349 or 13352422. OLE color: 13352422.

HSL color Cylindrical-coordinate representation of color #E6BDCB: hue angle of 339.51º degrees, saturation: 0.45, 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 #E6BDCB is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB230189203-
CMYK00.180.120.10
HSL339.51º45.05%82.16%-
HSV(B)339.51º17.83%90.2%-
XYZ61.6157.5364.36-
YUV202.86128.08147.36-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.98%
GREEN value IS 189 (74.22% from 255) = 30.39%
BLUE value IS 203 (79.69% from 255) = 32.64%
R=36.98%
G=30.39%
B=32.64%

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
Decimal23018920300.180.120.10339.5145.0582.16
HexE6BDCB012CA1542d52
Octal346275313022141252455122
Binary111001101011110111001011010010110010101010101001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BDCB; }

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

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

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

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

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

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

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

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