#EBADC8

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

Shades of Chantilly #EBADC8

Tints of Chantilly #EBADC8

Color information

#EBADC8 (or 0xEBADC8) is unknown color: approx Chantilly. HEX triplet: EB, AD and C8. RGB value is (235,173,200). Sum of RGB (Red+Green+Blue) = 235+173+200=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 200 (78.52% from 255 or 32.89% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADC8 is #145237. Grayscale: #C2C2C2. Windows color (decimal): -1331768 or 13151723. OLE color: 13151723.

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

Color convert

RGB235173200-
CMYK00.260.150.08
HSL333.87º60.78%80%-
HSV(B)333.87º26.38%92.16%-
XYZ59.6351.7261.48-
YUV194.62131.04156.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.65%
GREEN value IS 173 (67.97% from 255) = 28.45%
BLUE value IS 200 (78.52% from 255) = 32.89%
R=38.65%
G=28.45%
B=32.89%

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
Decimal23517320000.260.150.08333.8760.7880
HexEBADC801AF814e3d50
Octal353255310032171051675120
Binary111010111010110111001000011010111110001010011101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADC8; }

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

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

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

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

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

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

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

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