#EBADC9

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

Shades of Chantilly #EBADC9

Tints of Chantilly #EBADC9

Color information

#EBADC9 (or 0xEBADC9) is unknown color: approx Chantilly. HEX triplet: EB, AD and C9. RGB value is (235,173,201). Sum of RGB (Red+Green+Blue) = 235+173+201=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 201 (78.91% from 255 or 33.00% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADC9 is #145236. Grayscale: #C2C2C2. Windows color (decimal): -1331767 or 13217259. OLE color: 13217259.

HSL color Cylindrical-coordinate representation of color #EBADC9: hue angle of 332.9º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBADC9 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB235173201-
CMYK00.260.140.08
HSL332.9º60.78%80%-
HSV(B)332.9º26.38%92.16%-
XYZ59.7551.7762.1-
YUV194.73131.54156.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.59%
GREEN value IS 173 (67.97% from 255) = 28.41%
BLUE value IS 201 (78.91% from 255) = 33.00%
R=38.59%
G=28.41%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517320100.260.140.08332.960.7880
HexEBADC901AE814d3d50
Octal353255311032161051575120
Binary111010111010110111001001011010111010001010011011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADC9; }

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

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

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

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

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

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

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

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