#E6BDCC

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

Shades of Chantilly #E6BDCC

Tints of Chantilly #E6BDCC

Color information

#E6BDCC (or 0xE6BDCC) is unknown color: approx Chantilly. HEX triplet: E6, BD and CC. RGB value is (230,189,204). Sum of RGB (Red+Green+Blue) = 230+189+204=623 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.92% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BDCC is #194233. Grayscale: #CACACA. Windows color (decimal): -1655348 or 13417958. OLE color: 13417958.

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

Color convert

RGB230189204-
CMYK00.180.110.10
HSL338.05º45.05%82.16%-
HSV(B)338.05º17.83%90.2%-
XYZ61.7357.5864.99-
YUV202.97128.58147.28-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.92%
GREEN value IS 189 (74.22% from 255) = 30.34%
BLUE value IS 204 (80.08% from 255) = 32.74%
R=36.92%
G=30.34%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018920400.180.110.10338.0545.0582.16
HexE6BDCC012BA1522d52
Octal346275314022131252255122
Binary111001101011110111001100010010101110101010100101011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BDCC; }

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

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

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

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

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

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

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

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