#EBB2C0

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

Shades of Chantilly #EBB2C0

Tints of Chantilly #EBB2C0

Color information

#EBB2C0 (or 0xEBB2C0) is unknown color: approx Chantilly. HEX triplet: EB, B2 and C0. RGB value is (235,178,192). Sum of RGB (Red+Green+Blue) = 235+178+192=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 178 (69.92% from 255 or 29.42% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB2C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB2C0 is #144D3F. Grayscale: #C4C4C4. Windows color (decimal): -1330496 or 12628715. OLE color: 12628715.

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

Color convert

RGB235178192-
CMYK00.240.180.08
HSL345.26º58.76%80.98%-
HSV(B)345.26º24.26%92.16%-
XYZ59.753.3157.01-
YUV196.64125.38155.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.84%
GREEN value IS 178 (69.92% from 255) = 29.42%
BLUE value IS 192 (75.39% from 255) = 31.74%
R=38.84%
G=29.42%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517819200.240.180.08345.2658.7680.98
HexEBB2C00181281593b51
Octal353262300030221053173121
Binary1110101110110010110000000110001001010001010110011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB2C0; }

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

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

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

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

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

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

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

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