#E6C1CC

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

Shades of Chantilly #E6C1CC

Tints of Chantilly #E6C1CC

Color information

#E6C1CC (or 0xE6C1CC) is unknown color: approx Chantilly. HEX triplet: E6, C1 and CC. RGB value is (230,193,204). Sum of RGB (Red+Green+Blue) = 230+193+204=627 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.68% from 627); Green value is 193 (75.78% from 255 or 30.78% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C1CC is #193E33. Grayscale: #CDCDCD. Windows color (decimal): -1654324 or 13418982. OLE color: 13418982.

HSL color Cylindrical-coordinate representation of color #E6C1CC: hue angle of 342.16º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E6C1CC is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB230193204-
CMYK00.160.110.10
HSL342.16º42.53%82.94%-
HSV(B)342.16º16.09%90.2%-
XYZ62.659.3265.28-
YUV205.32127.26145.61-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.68%
GREEN value IS 193 (75.78% from 255) = 30.78%
BLUE value IS 204 (80.08% from 255) = 32.54%
R=36.68%
G=30.78%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019320400.160.110.10342.1642.5382.94
HexE6C1CC010BA1562b53
Octal346301314020131252653123
Binary111001101100000111001100010000101110101010101101010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C1CC; }

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

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

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

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

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

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

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

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