#e6b8c7

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

Shades of Chantilly #E6B8C7

Tints of Chantilly #E6B8C7

Color information

#E6B8C7 (or 0xE6B8C7) is unknown color: approx Chantilly. HEX triplet: E6, B8 and C7. RGB value is (230,184,199). Sum of RGB (Red+Green+Blue) = 230+184+199=613 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.52% from 613); Green value is 184 (72.27% from 255 or 30.02% from 613); Blue value is 199 (78.12% from 255 or 32.46% from 613); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B8C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B8C7 is #194738. Grayscale: #C7C7C7. Windows color (decimal): -1656633 or 13088998. OLE color: 13088998.

HSL color Cylindrical-coordinate representation of color #E6B8C7: hue angle of 340.43º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6B8C7 is Cyan = 0, Magento = 0.2, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB230184199-
CMYK00.20.130.10
HSL340.43º47.92%81.18%-
HSV(B)340.43º20%90.2%-
XYZ60.0855.2361.53-
YUV199.46127.74149.78-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.52%
GREEN value IS 184 (72.27% from 255) = 30.02%
BLUE value IS 199 (78.12% from 255) = 32.46%
R=37.52%
G=30.02%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018419900.20.130.10340.4347.9281.18
HexE6B8C7014DA1543051
Octal346270307024151252460121
Binary111001101011100011000111010100110110101010101001100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6b8c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6b8c7; }

 p { color: rgb(230,184,199); }

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

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

 a { background-color: rgb(230,184,199); }

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

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

 span { border-color: rgb(230,184,199); }

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