#E6BCCD

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

Shades of Chantilly #E6BCCD

Tints of Chantilly #E6BCCD

Color information

#E6BCCD (or 0xE6BCCD) is unknown color: approx Chantilly. HEX triplet: E6, BC and CD. RGB value is (230,188,205). Sum of RGB (Red+Green+Blue) = 230+188+205=623 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.92% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BCCD is #194332. Grayscale: #CACACA. Windows color (decimal): -1655603 or 13483238. OLE color: 13483238.

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

Color convert

RGB230188205-
CMYK00.180.110.10
HSL335.71º45.65%81.96%-
HSV(B)335.71º18.26%90.2%-
XYZ61.6457.265.55-
YUV202.5129.41147.62-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.92%
GREEN value IS 188 (73.83% from 255) = 30.18%
BLUE value IS 205 (80.47% from 255) = 32.91%
R=36.92%
G=30.18%
B=32.91%

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
Decimal23018820500.180.110.10335.7145.6581.96
HexE6BCCD012BA1502e52
Octal346274315022131252056122
Binary111001101011110011001101010010101110101010100001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BCCD; }

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

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

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

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

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

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

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

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