#EBB2C3

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

Shades of Chantilly #EBB2C3

Tints of Chantilly #EBB2C3

Color information

#EBB2C3 (or 0xEBB2C3) is unknown color: approx Chantilly. HEX triplet: EB, B2 and C3. RGB value is (235,178,195). Sum of RGB (Red+Green+Blue) = 235+178+195=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 178 (69.92% from 255 or 29.28% from 608); Blue value is 195 (76.56% from 255 or 32.07% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB2C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB2C3 is #144D3C. Grayscale: #C4C4C4. Windows color (decimal): -1330493 or 12825323. OLE color: 12825323.

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

Color convert

RGB235178195-
CMYK00.240.170.08
HSL342.11º58.76%80.98%-
HSV(B)342.11º24.26%92.16%-
XYZ60.0353.4458.78-
YUV196.98126.88155.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.65%
GREEN value IS 178 (69.92% from 255) = 29.28%
BLUE value IS 195 (76.56% from 255) = 32.07%
R=38.65%
G=29.28%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517819500.240.170.08342.1158.7680.98
HexEBB2C30181181563b51
Octal353262303030211052673121
Binary1110101110110010110000110110001000110001010101101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB2C3; }

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

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

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

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

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

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

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

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