#E6BDCA

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

Shades of Chantilly #E6BDCA

Tints of Chantilly #E6BDCA

Color information

#E6BDCA (or 0xE6BDCA) is unknown color: approx Chantilly. HEX triplet: E6, BD and CA. RGB value is (230,189,202). Sum of RGB (Red+Green+Blue) = 230+189+202=621 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.04% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BDCA is #194235. Grayscale: #CACACA. Windows color (decimal): -1655350 or 13286886. OLE color: 13286886.

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

Color convert

RGB230189202-
CMYK00.180.120.10
HSL340.98º45.05%82.16%-
HSV(B)340.98º17.83%90.2%-
XYZ61.4957.4863.73-
YUV202.74127.58147.44-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.04%
GREEN value IS 189 (74.22% from 255) = 30.43%
BLUE value IS 202 (79.30% from 255) = 32.53%
R=37.04%
G=30.43%
B=32.53%

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
Decimal23018920200.180.120.10340.9845.0582.16
HexE6BDCA012CA1552d52
Octal346275312022141252555122
Binary111001101011110111001010010010110010101010101011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BDCA; }

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

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

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

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

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

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

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

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