#E5BBCB

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

Shades of Chantilly #E5BBCB

Tints of Chantilly #E5BBCB

Color information

#E5BBCB (or 0xE5BBCB) is unknown color: approx Chantilly. HEX triplet: E5, BB and CB. RGB value is (229,187,203). Sum of RGB (Red+Green+Blue) = 229+187+203=619 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.00% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BBCB is #1A4434. Grayscale: #C9C9C9. Windows color (decimal): -1721397 or 13351909. OLE color: 13351909.

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

Color convert

RGB229187203-
CMYK00.180.110.10
HSL337.14º44.68%81.57%-
HSV(B)337.14º18.34%89.8%-
XYZ60.8656.5164.2-
YUV201.38128.91147.7-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.00%
GREEN value IS 187 (73.44% from 255) = 30.21%
BLUE value IS 203 (79.69% from 255) = 32.79%
R=37.00%
G=30.21%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918720300.180.110.10337.1444.6881.57
HexE5BBCB012BA1512d52
Octal345273313022131252155122
Binary111001011011101111001011010010101110101010100011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BBCB; }

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

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

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

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

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

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

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

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