#EBBBC2

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

Shades of Chantilly #EBBBC2

Tints of Chantilly #EBBBC2

Color information

#EBBBC2 (or 0xEBBBC2) is unknown color: approx Chantilly. HEX triplet: EB, BB and C2. RGB value is (235,187,194). Sum of RGB (Red+Green+Blue) = 235+187+194=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 194 (76.17% from 255 or 31.49% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBBC2 is #14443D. Grayscale: #CACACA. Windows color (decimal): -1328190 or 12762091. OLE color: 12762091.

HSL color Cylindrical-coordinate representation of color #EBBBC2: hue angle of 351.25º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBBC2 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB235187194-
CMYK00.200.170.08
HSL351.25º54.55%82.75%-
HSV(B)351.25º20.43%92.16%-
XYZ61.7757.158.8-
YUV202.15123.4151.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.15%
GREEN value IS 187 (73.44% from 255) = 30.36%
BLUE value IS 194 (76.17% from 255) = 31.49%
R=38.15%
G=30.36%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518719400.200.170.08351.2554.5582.75
HexEBBBC201411815f3753
Octal353273302024211053767123
Binary1110101110111011110000100101001000110001010111111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBBC2; }

 p { color: rgb(235,187,194); }

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

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

 a { background-color: rgb(235,187,194); }

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

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

 span { border-color: rgb(235,187,194); }

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