#EBB2C1

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

Shades of Chantilly #EBB2C1

Tints of Chantilly #EBB2C1

Color information

#EBB2C1 (or 0xEBB2C1) is unknown color: approx Chantilly. HEX triplet: EB, B2 and C1. RGB value is (235,178,193). Sum of RGB (Red+Green+Blue) = 235+178+193=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 178 (69.92% from 255 or 29.37% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB2C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB2C1 is #144D3E. Grayscale: #C4C4C4. Windows color (decimal): -1330495 or 12694251. OLE color: 12694251.

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

Color convert

RGB235178193-
CMYK00.240.180.08
HSL344.21º58.76%80.98%-
HSV(B)344.21º24.26%92.16%-
XYZ59.8153.3557.6-
YUV196.75125.88155.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.78%
GREEN value IS 178 (69.92% from 255) = 29.37%
BLUE value IS 193 (75.78% from 255) = 31.85%
R=38.78%
G=29.37%
B=31.85%

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
Decimal23517819300.240.180.08344.2158.7680.98
HexEBB2C10181281583b51
Octal353262301030221053073121
Binary1110101110110010110000010110001001010001010110001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB2C1; }

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

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

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

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

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

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

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

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