#E6C1CD

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

Shades of Chantilly #E6C1CD

Tints of Chantilly #E6C1CD

Color information

#E6C1CD (or 0xE6C1CD) is unknown color: approx Chantilly. HEX triplet: E6, C1 and CD. RGB value is (230,193,205). Sum of RGB (Red+Green+Blue) = 230+193+205=628 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.62% from 628); Green value is 193 (75.78% from 255 or 30.73% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C1CD is #193E32. Grayscale: #CDCDCD. Windows color (decimal): -1654323 or 13484518. OLE color: 13484518.

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

Color convert

RGB230193205-
CMYK00.160.110.10
HSL340.54º42.53%82.94%-
HSV(B)340.54º16.09%90.2%-
XYZ62.7259.3765.91-
YUV205.43127.76145.52-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.62%
GREEN value IS 193 (75.78% from 255) = 30.73%
BLUE value IS 205 (80.47% from 255) = 32.64%
R=36.62%
G=30.73%
B=32.64%

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
Decimal23019320500.160.110.10340.5442.5382.94
HexE6C1CD010BA1552b53
Octal346301315020131252553123
Binary111001101100000111001101010000101110101010101011010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C1CD; }

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

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

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

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

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

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

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

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