#EBC6CC

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

Shades of Chantilly #EBC6CC

Tints of Chantilly #EBC6CC

Color information

#EBC6CC (or 0xEBC6CC) is unknown color: approx Chantilly. HEX triplet: EB, C6 and CC. RGB value is (235,198,204). Sum of RGB (Red+Green+Blue) = 235+198+204=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 198 (77.73% from 255 or 31.08% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC6CC is #143933. Grayscale: #D1D1D1. Windows color (decimal): -1325364 or 13420267. OLE color: 13420267.

HSL color Cylindrical-coordinate representation of color #EBC6CC: hue angle of 350.27º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBC6CC is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB235198204-
CMYK00.160.130.08
HSL350.27º48.05%84.9%-
HSV(B)350.27º15.74%92.16%-
XYZ65.3562.4165.73-
YUV209.75124.76146.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.89%
GREEN value IS 198 (77.73% from 255) = 31.08%
BLUE value IS 204 (80.08% from 255) = 32.03%
R=36.89%
G=31.08%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519820400.160.130.08350.2748.0584.9
HexEBC6CC010D815e3055
Octal353306314020151053660125
Binary111010111100011011001100010000110110001010111101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC6CC; }

 p { color: rgb(235,198,204); }

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

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

 a { background-color: rgb(235,198,204); }

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

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

 span { border-color: rgb(235,198,204); }

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