#EBC3CE

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

Shades of Chantilly #EBC3CE

Tints of Chantilly #EBC3CE

Color information

#EBC3CE (or 0xEBC3CE) is unknown color: approx Chantilly. HEX triplet: EB, C3 and CE. RGB value is (235,195,206). Sum of RGB (Red+Green+Blue) = 235+195+206=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 195 (76.56% from 255 or 30.66% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC3CE is #143C31. Grayscale: #D0D0D0. Windows color (decimal): -1326130 or 13550571. OLE color: 13550571.

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

Color convert

RGB235195206-
CMYK00.170.120.08
HSL343.5º50%84.31%-
HSV(B)343.5º17.02%92.16%-
XYZ64.9261.1566.77-
YUV208.21126.75147.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.95%
GREEN value IS 195 (76.56% from 255) = 30.66%
BLUE value IS 206 (80.86% from 255) = 32.39%
R=36.95%
G=30.66%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519520600.170.120.08343.55084.31
HexEBC3CE011C81583254
Octal353303316021141053062124
Binary111010111100001111001110010001110010001010110001100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC3CE; }

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

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

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

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

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

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

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

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