#EBB1C9

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

Shades of Chantilly #EBB1C9

Tints of Chantilly #EBB1C9

Color information

#EBB1C9 (or 0xEBB1C9) is unknown color: approx Chantilly. HEX triplet: EB, B1 and C9. RGB value is (235,177,201). Sum of RGB (Red+Green+Blue) = 235+177+201=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 177 (69.53% from 255 or 28.87% from 613); Blue value is 201 (78.91% from 255 or 32.79% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB1C9 is #144E36. Grayscale: #C5C5C5. Windows color (decimal): -1330743 or 13218283. OLE color: 13218283.

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

Color convert

RGB235177201-
CMYK00.250.140.08
HSL335.17º59.18%80.78%-
HSV(B)335.17º24.68%92.16%-
XYZ60.5353.3262.36-
YUV197.08130.22155.05-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.34%
GREEN value IS 177 (69.53% from 255) = 28.87%
BLUE value IS 201 (78.91% from 255) = 32.79%
R=38.34%
G=28.87%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517720100.250.140.08335.1759.1880.78
HexEBB1C9019E814f3b51
Octal353261311031161051773121
Binary111010111011000111001001011001111010001010011111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB1C9; }

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

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

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

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

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

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

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

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