#EBB4C0

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

Shades of Chantilly #EBB4C0

Tints of Chantilly #EBB4C0

Color information

#EBB4C0 (or 0xEBB4C0) is unknown color: approx Chantilly. HEX triplet: EB, B4 and C0. RGB value is (235,180,192). Sum of RGB (Red+Green+Blue) = 235+180+192=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 180 (70.70% from 255 or 29.65% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB4C0 is #144B3F. Grayscale: #C5C5C5. Windows color (decimal): -1329984 or 12629227. OLE color: 12629227.

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

Color convert

RGB235180192-
CMYK00.230.180.08
HSL346.91º57.89%81.37%-
HSV(B)346.91º23.4%92.16%-
XYZ60.154.1157.15-
YUV197.81124.72154.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.71%
GREEN value IS 180 (70.70% from 255) = 29.65%
BLUE value IS 192 (75.39% from 255) = 31.63%
R=38.71%
G=29.65%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518019200.230.180.08346.9157.8981.37
HexEBB4C001712815b3a51
Octal353264300027221053372121
Binary1110101110110100110000000101111001010001010110111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB4C0; }

 p { color: rgb(235,180,192); }

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

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

 a { background-color: rgb(235,180,192); }

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

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

 span { border-color: rgb(235,180,192); }

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