#EBB2C4

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

Shades of Chantilly #EBB2C4

Tints of Chantilly #EBB2C4

Color information

#EBB2C4 (or 0xEBB2C4) is unknown color: approx Chantilly. HEX triplet: EB, B2 and C4. RGB value is (235,178,196). Sum of RGB (Red+Green+Blue) = 235+178+196=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 178 (69.92% from 255 or 29.23% from 609); Blue value is 196 (76.95% from 255 or 32.18% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB2C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB2C4 is #144D3B. Grayscale: #C5C5C5. Windows color (decimal): -1330492 or 12890859. OLE color: 12890859.

HSL color Cylindrical-coordinate representation of color #EBB2C4: hue angle of 341.05º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBB2C4 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB235178196-
CMYK00.240.170.08
HSL341.05º58.76%80.98%-
HSV(B)341.05º24.26%92.16%-
XYZ60.1553.4959.38-
YUV197.09127.38155.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.59%
GREEN value IS 178 (69.92% from 255) = 29.23%
BLUE value IS 196 (76.95% from 255) = 32.18%
R=38.59%
G=29.23%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517819600.240.170.08341.0558.7680.98
HexEBB2C40181181553b51
Octal353262304030211052573121
Binary1110101110110010110001000110001000110001010101011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB2C4; }

 p { color: rgb(235,178,196); }

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

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

 a { background-color: rgb(235,178,196); }

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

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

 span { border-color: rgb(235,178,196); }

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