#EBADC7

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

Shades of Chantilly #EBADC7

Tints of Chantilly #EBADC7

Color information

#EBADC7 (or 0xEBADC7) is unknown color: approx Chantilly. HEX triplet: EB, AD and C7. RGB value is (235,173,199). Sum of RGB (Red+Green+Blue) = 235+173+199=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 199 (78.12% from 255 or 32.78% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADC7 is #145238. Grayscale: #C2C2C2. Windows color (decimal): -1331769 or 13086187. OLE color: 13086187.

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

Color convert

RGB235173199-
CMYK00.260.150.08
HSL334.84º60.78%80%-
HSV(B)334.84º26.38%92.16%-
XYZ59.5151.6760.87-
YUV194.5130.54156.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.71%
GREEN value IS 173 (67.97% from 255) = 28.50%
BLUE value IS 199 (78.12% from 255) = 32.78%
R=38.71%
G=28.50%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517319900.260.150.08334.8460.7880
HexEBADC701AF814f3d50
Octal353255307032171051775120
Binary111010111010110111000111011010111110001010011111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADC7; }

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

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

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

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

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

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

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

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