#E6BBCB

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

Shades of Chantilly #E6BBCB

Tints of Chantilly #E6BBCB

Color information

#E6BBCB (or 0xE6BBCB) is unknown color: approx Chantilly. HEX triplet: E6, BB and CB. RGB value is (230,187,203). Sum of RGB (Red+Green+Blue) = 230+187+203=620 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.10% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BBCB is #194434. Grayscale: #C9C9C9. Windows color (decimal): -1655861 or 13351910. OLE color: 13351910.

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

Color convert

RGB230187203-
CMYK00.190.120.10
HSL337.67º46.24%81.76%-
HSV(B)337.67º18.7%90.2%-
XYZ61.1856.6864.21-
YUV201.68128.75148.2-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.10%
GREEN value IS 187 (73.44% from 255) = 30.16%
BLUE value IS 203 (79.69% from 255) = 32.74%
R=37.10%
G=30.16%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018720300.190.120.10337.6746.2481.76
HexE6BBCB013CA1522e52
Octal346273313023141252256122
Binary111001101011101111001011010011110010101010100101011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BBCB; }

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

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

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

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

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

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

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

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