#EBC1CB

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

Shades of Chantilly #EBC1CB

Tints of Chantilly #EBC1CB

Color information

#EBC1CB (or 0xEBC1CB) is unknown color: approx Chantilly. HEX triplet: EB, C1 and CB. RGB value is (235,193,203). Sum of RGB (Red+Green+Blue) = 235+193+203=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 193 (75.78% from 255 or 30.59% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1CB is #143E34. Grayscale: #CECECE. Windows color (decimal): -1326645 or 13353451. OLE color: 13353451.

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

Color convert

RGB235193203-
CMYK00.180.140.08
HSL345.71º51.22%83.92%-
HSV(B)345.71º17.87%92.16%-
XYZ64.1160.1164.72-
YUV206.7125.91148.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.24%
GREEN value IS 193 (75.78% from 255) = 30.59%
BLUE value IS 203 (79.69% from 255) = 32.17%
R=37.24%
G=30.59%
B=32.17%

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
Decimal23519320300.180.140.08345.7151.2283.92
HexEBC1CB012E815a3354
Octal353301313022161053263124
Binary111010111100000111001011010010111010001010110101100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC1CB; }

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

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

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

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

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

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

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

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