#EBC3CB

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

Shades of Chantilly #EBC3CB

Tints of Chantilly #EBC3CB

Color information

#EBC3CB (or 0xEBC3CB) is unknown color: approx Chantilly. HEX triplet: EB, C3 and CB. RGB value is (235,195,203). Sum of RGB (Red+Green+Blue) = 235+195+203=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 195 (76.56% from 255 or 30.81% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC3CB is #143C34. Grayscale: #CFCFCF. Windows color (decimal): -1326133 or 13353963. OLE color: 13353963.

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

Color convert

RGB235195203-
CMYK00.170.140.08
HSL348º50%84.31%-
HSV(B)348º17.02%92.16%-
XYZ64.566164.87-
YUV207.87125.25147.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.12%
GREEN value IS 195 (76.56% from 255) = 30.81%
BLUE value IS 203 (79.69% from 255) = 32.07%
R=37.12%
G=30.81%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519520300.170.140.083485084.31
HexEBC3CB011E815c3254
Octal353303313021161053462124
Binary111010111100001111001011010001111010001010111001100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC3CB; }

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

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

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

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

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

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

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

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