#EBC1C9

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

Shades of Chantilly #EBC1C9

Tints of Chantilly #EBC1C9

Color information

#EBC1C9 (or 0xEBC1C9) is unknown color: approx Chantilly. HEX triplet: EB, C1 and C9. RGB value is (235,193,201). Sum of RGB (Red+Green+Blue) = 235+193+201=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 193 (75.78% from 255 or 30.68% from 629); Blue value is 201 (78.91% from 255 or 31.96% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1C9 is #143E36. Grayscale: #CECECE. Windows color (decimal): -1326647 or 13222379. OLE color: 13222379.

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

Color convert

RGB235193201-
CMYK00.180.140.08
HSL348.57º51.22%83.92%-
HSV(B)348.57º17.87%92.16%-
XYZ63.8760.0263.48-
YUV206.47124.91148.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.36%
GREEN value IS 193 (75.78% from 255) = 30.68%
BLUE value IS 201 (78.91% from 255) = 31.96%
R=37.36%
G=30.68%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519320100.180.140.08348.5751.2283.92
HexEBC1C9012E815d3354
Octal353301311022161053563124
Binary111010111100000111001001010010111010001010111011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC1C9; }

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

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

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

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

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

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

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

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