#EBC4CA

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

Shades of Chantilly #EBC4CA

Tints of Chantilly #EBC4CA

Color information

#EBC4CA (or 0xEBC4CA) is unknown color: approx Chantilly. HEX triplet: EB, C4 and CA. RGB value is (235,196,202). Sum of RGB (Red+Green+Blue) = 235+196+202=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 196 (76.95% from 255 or 30.96% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC4CA is #143B35. Grayscale: #D0D0D0. Windows color (decimal): -1325878 or 13288683. OLE color: 13288683.

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

Color convert

RGB235196202-
CMYK00.170.140.08
HSL350.77º49.37%84.51%-
HSV(B)350.77º16.6%92.16%-
XYZ64.6661.4164.32-
YUV208.34124.42147.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.12%
GREEN value IS 196 (76.95% from 255) = 30.96%
BLUE value IS 202 (79.30% from 255) = 31.91%
R=37.12%
G=30.96%
B=31.91%

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
Decimal23519620200.170.140.08350.7749.3784.51
HexEBC4CA011E815f3155
Octal353304312021161053761125
Binary111010111100010011001010010001111010001010111111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC4CA; }

 p { color: rgb(235,196,202); }

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

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

 a { background-color: rgb(235,196,202); }

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

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

 span { border-color: rgb(235,196,202); }

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