#EBC5CE

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

Shades of Chantilly #EBC5CE

Tints of Chantilly #EBC5CE

Color information

#EBC5CE (or 0xEBC5CE) is unknown color: approx Chantilly. HEX triplet: EB, C5 and CE. RGB value is (235,197,206). Sum of RGB (Red+Green+Blue) = 235+197+206=638 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.83% from 638); Green value is 197 (77.34% from 255 or 30.88% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5CE is #143A31. Grayscale: #D1D1D1. Windows color (decimal): -1325618 or 13551083. OLE color: 13551083.

HSL color Cylindrical-coordinate representation of color #EBC5CE: hue angle of 345.79º degrees, saturation: 0.49, 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 #EBC5CE is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB235197206-
CMYK00.160.120.08
HSL345.79º48.72%84.71%-
HSV(B)345.79º16.17%92.16%-
XYZ65.3762.0566.92-
YUV209.39126.09146.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.83%
GREEN value IS 197 (77.34% from 255) = 30.88%
BLUE value IS 206 (80.86% from 255) = 32.29%
R=36.83%
G=30.88%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519720600.160.120.08345.7948.7284.71
HexEBC5CE010C815a3155
Octal353305316020141053261125
Binary111010111100010111001110010000110010001010110101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC5CE; }

 p { color: rgb(235,197,206); }

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

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

 a { background-color: rgb(235,197,206); }

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

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

 span { border-color: rgb(235,197,206); }

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