#EBC0CB

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

Shades of Chantilly #EBC0CB

Tints of Chantilly #EBC0CB

Color information

#EBC0CB (or 0xEBC0CB) is unknown color: approx Chantilly. HEX triplet: EB, C0 and CB. RGB value is (235,192,203). Sum of RGB (Red+Green+Blue) = 235+192+203=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 192 (75.39% from 255 or 30.48% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0CB is #143F34. Grayscale: #CECECE. Windows color (decimal): -1326901 or 13353195. OLE color: 13353195.

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

Color convert

RGB235192203-
CMYK00.180.140.08
HSL344.65º51.81%83.73%-
HSV(B)344.65º18.3%92.16%-
XYZ63.8959.6764.65-
YUV206.11126.25148.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.30%
GREEN value IS 192 (75.39% from 255) = 30.48%
BLUE value IS 203 (79.69% from 255) = 32.22%
R=37.30%
G=30.48%
B=32.22%

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
Decimal23519220300.180.140.08344.6551.8183.73
HexEBC0CB012E81593454
Octal353300313022161053164124
Binary111010111100000011001011010010111010001010110011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC0CB; }

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

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

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

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

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

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

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

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