#E6BCCA

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

Shades of Chantilly #E6BCCA

Tints of Chantilly #E6BCCA

Color information

#E6BCCA (or 0xE6BCCA) is unknown color: approx Chantilly. HEX triplet: E6, BC and CA. RGB value is (230,188,202). Sum of RGB (Red+Green+Blue) = 230+188+202=620 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.10% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BCCA is #194335. Grayscale: #CACACA. Windows color (decimal): -1655606 or 13286630. OLE color: 13286630.

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

Color convert

RGB230188202-
CMYK00.180.120.10
HSL340º45.65%81.96%-
HSV(B)340º18.26%90.2%-
XYZ61.2857.0563.66-
YUV202.15127.91147.86-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.10%
GREEN value IS 188 (73.83% from 255) = 30.32%
BLUE value IS 202 (79.30% from 255) = 32.58%
R=37.10%
G=30.32%
B=32.58%

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
Decimal23018820200.180.120.1034045.6581.96
HexE6BCCA012CA1542e52
Octal346274312022141252456122
Binary111001101011110011001010010010110010101010101001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BCCA; }

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

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

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

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

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

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

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

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