#E6B7C9

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

Shades of Chantilly #E6B7C9

Tints of Chantilly #E6B7C9

Color information

#E6B7C9 (or 0xE6B7C9) is unknown color: approx Chantilly. HEX triplet: E6, B7 and C9. RGB value is (230,183,201). Sum of RGB (Red+Green+Blue) = 230+183+201=614 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.46% from 614); Green value is 183 (71.88% from 255 or 29.80% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B7C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B7C9 is #194836. Grayscale: #C7C7C7. Windows color (decimal): -1656887 or 13219814. OLE color: 13219814.

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

Color convert

RGB230183201-
CMYK00.200.130.10
HSL337.02º48.45%80.98%-
HSV(B)337.02º20.43%90.2%-
XYZ60.1154.9162.69-
YUV199.1129.07150.04-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.46%
GREEN value IS 183 (71.88% from 255) = 29.80%
BLUE value IS 201 (78.91% from 255) = 32.74%
R=37.46%
G=29.80%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018320100.200.130.10337.0248.4580.98
HexE6B7C9014DA1513051
Octal346267311024151252160121
Binary111001101011011111001001010100110110101010100011100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B7C9; }

 p { color: rgb(230,183,201); }

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

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

 a { background-color: rgb(230,183,201); }

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

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

 span { border-color: rgb(230,183,201); }

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