#EBBDC9

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

Shades of Chantilly #EBBDC9

Tints of Chantilly #EBBDC9

Color information

#EBBDC9 (or 0xEBBDC9) is unknown color: approx Chantilly. HEX triplet: EB, BD and C9. RGB value is (235,189,201). Sum of RGB (Red+Green+Blue) = 235+189+201=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 201 (78.91% from 255 or 32.16% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDC9 is #144236. Grayscale: #CCCCCC. Windows color (decimal): -1327671 or 13221355. OLE color: 13221355.

HSL color Cylindrical-coordinate representation of color #EBBDC9: hue angle of 344.35º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBDC9 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB235189201-
CMYK00.200.140.08
HSL344.35º53.49%83.14%-
HSV(B)344.35º19.57%92.16%-
XYZ6358.2763.19-
YUV204.12126.24150.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.6%
GREEN value IS 189 (74.22% from 255) = 30.24%
BLUE value IS 201 (78.91% from 255) = 32.16%
R=37.6%
G=30.24%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518920100.200.140.08344.3553.4983.14
HexEBBDC9014E81583553
Octal353275311024161053065123
Binary111010111011110111001001010100111010001010110001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBDC9; }

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

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

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

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

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

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

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

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