#EBB5C2

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

Shades of Chantilly #EBB5C2

Tints of Chantilly #EBB5C2

Color information

#EBB5C2 (or 0xEBB5C2) is unknown color: approx Chantilly. HEX triplet: EB, B5 and C2. RGB value is (235,181,194). Sum of RGB (Red+Green+Blue) = 235+181+194=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 181 (71.09% from 255 or 29.67% from 610); Blue value is 194 (76.17% from 255 or 31.80% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB5C2 is #144A3D. Grayscale: #C6C6C6. Windows color (decimal): -1329726 or 12760555. OLE color: 12760555.

HSL color Cylindrical-coordinate representation of color #EBB5C2: hue angle of 345.56º 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 #EBB5C2 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB235181194-
CMYK00.230.170.08
HSL345.56º57.45%81.57%-
HSV(B)345.56º22.98%92.16%-
XYZ60.5254.658.39-
YUV198.63125.39153.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.52%
GREEN value IS 181 (71.09% from 255) = 29.67%
BLUE value IS 194 (76.17% from 255) = 31.80%
R=38.52%
G=29.67%
B=31.80%

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
Decimal23518119400.230.170.08345.5657.4581.57
HexEBB5C201711815a3952
Octal353265302027211053271122
Binary1110101110110101110000100101111000110001010110101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB5C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB5C2; }

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

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

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

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

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

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

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

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