#E7BBCB

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

Shades of Chantilly #E7BBCB

Tints of Chantilly #E7BBCB

Color information

#E7BBCB (or 0xE7BBCB) is unknown color: approx Chantilly. HEX triplet: E7, BB and CB. RGB value is (231,187,203). Sum of RGB (Red+Green+Blue) = 231+187+203=621 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.20% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BBCB is #184434. Grayscale: #C9C9C9. Windows color (decimal): -1590325 or 13351911. OLE color: 13351911.

HSL color Cylindrical-coordinate representation of color #E7BBCB: hue angle of 338.18º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7BBCB is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB231187203-
CMYK00.190.120.09
HSL338.18º47.83%81.96%-
HSV(B)338.18º19.05%90.59%-
XYZ61.556.8464.23-
YUV201.98128.58148.7-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.20%
GREEN value IS 187 (73.44% from 255) = 30.11%
BLUE value IS 203 (79.69% from 255) = 32.69%
R=37.20%
G=30.11%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118720300.190.120.09338.1847.8381.96
HexE7BBCB013C91523052
Octal347273313023141152260122
Binary111001111011101111001011010011110010011010100101100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BBCB; }

 p { color: rgb(231,187,203); }

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

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

 a { background-color: rgb(231,187,203); }

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

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

 span { border-color: rgb(231,187,203); }

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