#E6BBCC

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

Shades of Chantilly #E6BBCC

Tints of Chantilly #E6BBCC

Color information

#E6BBCC (or 0xE6BBCC) is unknown color: approx Chantilly. HEX triplet: E6, BB and CC. RGB value is (230,187,204). Sum of RGB (Red+Green+Blue) = 230+187+204=621 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.04% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BBCC is #194433. Grayscale: #C9C9C9. Windows color (decimal): -1655860 or 13417446. OLE color: 13417446.

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

Color convert

RGB230187204-
CMYK00.190.110.10
HSL336.28º46.24%81.76%-
HSV(B)336.28º18.7%90.2%-
XYZ61.356.7264.84-
YUV201.8129.25148.12-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.04%
GREEN value IS 187 (73.44% from 255) = 30.11%
BLUE value IS 204 (80.08% from 255) = 32.85%
R=37.04%
G=30.11%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018720400.190.110.10336.2846.2481.76
HexE6BBCC013BA1502e52
Octal346273314023131252056122
Binary111001101011101111001100010011101110101010100001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BBCC; }

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

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

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

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

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

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

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

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