#EBB2C9

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

Shades of Chantilly #EBB2C9

Tints of Chantilly #EBB2C9

Color information

#EBB2C9 (or 0xEBB2C9) is unknown color: approx Chantilly. HEX triplet: EB, B2 and C9. RGB value is (235,178,201). Sum of RGB (Red+Green+Blue) = 235+178+201=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 178 (69.92% from 255 or 28.99% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB2C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB2C9 is #144D36. Grayscale: #C5C5C5. Windows color (decimal): -1330487 or 13218539. OLE color: 13218539.

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

Color convert

RGB235178201-
CMYK00.240.140.08
HSL335.79º58.76%80.98%-
HSV(B)335.79º24.26%92.16%-
XYZ60.7253.7262.43-
YUV197.66129.88154.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.27%
GREEN value IS 178 (69.92% from 255) = 28.99%
BLUE value IS 201 (78.91% from 255) = 32.74%
R=38.27%
G=28.99%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517820100.240.140.08335.7958.7680.98
HexEBB2C9018E81503b51
Octal353262311030161052073121
Binary111010111011001011001001011000111010001010100001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB2C9; }

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

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

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

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

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

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

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

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