#EBB1C8

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

Shades of Chantilly #EBB1C8

Tints of Chantilly #EBB1C8

Color information

#EBB1C8 (or 0xEBB1C8) is unknown color: approx Chantilly. HEX triplet: EB, B1 and C8. RGB value is (235,177,200). Sum of RGB (Red+Green+Blue) = 235+177+200=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 177 (69.53% from 255 or 28.92% from 612); Blue value is 200 (78.52% from 255 or 32.68% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB1C8 is #144E37. Grayscale: #C4C4C4. Windows color (decimal): -1330744 or 13152747. OLE color: 13152747.

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

Color convert

RGB235177200-
CMYK00.250.150.08
HSL336.21º59.18%80.78%-
HSV(B)336.21º24.68%92.16%-
XYZ60.4153.2861.74-
YUV196.96129.72155.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 177 (69.53% from 255) = 28.92%
BLUE value IS 200 (78.52% from 255) = 32.68%
R=38.40%
G=28.92%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517720000.250.150.08336.2159.1880.78
HexEBB1C8019F81503b51
Octal353261310031171052073121
Binary111010111011000111001000011001111110001010100001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB1C8; }

 p { color: rgb(235,177,200); }

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

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

 a { background-color: rgb(235,177,200); }

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

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

 span { border-color: rgb(235,177,200); }

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