#EBC2C8

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

Shades of Chantilly #EBC2C8

Tints of Chantilly #EBC2C8

Color information

#EBC2C8 (or 0xEBC2C8) is unknown color: approx Chantilly. HEX triplet: EB, C2 and C8. RGB value is (235,194,200). Sum of RGB (Red+Green+Blue) = 235+194+200=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 194 (76.17% from 255 or 30.84% from 629); Blue value is 200 (78.52% from 255 or 31.80% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC2C8 is #143D37. Grayscale: #CECECE. Windows color (decimal): -1326392 or 13157099. OLE color: 13157099.

HSL color Cylindrical-coordinate representation of color #EBC2C8: hue angle of 351.22º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBC2C8 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB235194200-
CMYK00.170.150.08
HSL351.22º50.62%84.12%-
HSV(B)351.22º17.45%92.16%-
XYZ63.9860.4262.93-
YUV206.94124.08148.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.36%
GREEN value IS 194 (76.17% from 255) = 30.84%
BLUE value IS 200 (78.52% from 255) = 31.80%
R=37.36%
G=30.84%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519420000.170.150.08351.2250.6284.12
HexEBC2C8011F815f3354
Octal353302310021171053763124
Binary111010111100001011001000010001111110001010111111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC2C8; }

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

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

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

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

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

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

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

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