#EBB5C4

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

Shades of Chantilly #EBB5C4

Tints of Chantilly #EBB5C4

Color information

#EBB5C4 (or 0xEBB5C4) is unknown color: approx Chantilly. HEX triplet: EB, B5 and C4. RGB value is (235,181,196). Sum of RGB (Red+Green+Blue) = 235+181+196=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 181 (71.09% from 255 or 29.58% from 612); Blue value is 196 (76.95% from 255 or 32.03% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB5C4 is #144A3B. Grayscale: #C6C6C6. Windows color (decimal): -1329724 or 12891627. OLE color: 12891627.

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

Color convert

RGB235181196-
CMYK00.230.170.08
HSL343.33º57.45%81.57%-
HSV(B)343.33º22.98%92.16%-
XYZ60.7554.759.58-
YUV198.86126.39153.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 181 (71.09% from 255) = 29.58%
BLUE value IS 196 (76.95% from 255) = 32.03%
R=38.40%
G=29.58%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518119600.230.170.08343.3357.4581.57
HexEBB5C40171181573952
Octal353265304027211052771122
Binary1110101110110101110001000101111000110001010101111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB5C4; }

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

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

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

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

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

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

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

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