#EBC2D0

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

Shades of Chantilly #EBC2D0

Tints of Chantilly #EBC2D0

Color information

#EBC2D0 (or 0xEBC2D0) is unknown color: approx Chantilly. HEX triplet: EB, C2 and D0. RGB value is (235,194,208). Sum of RGB (Red+Green+Blue) = 235+194+208=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 194 (76.17% from 255 or 30.46% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC2D0 is #143D2F. Grayscale: #CFCFCF. Windows color (decimal): -1326384 or 13681387. OLE color: 13681387.

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

Color convert

RGB235194208-
CMYK00.170.110.08
HSL339.51º50.62%84.12%-
HSV(B)339.51º17.45%92.16%-
XYZ64.9460.867.99-
YUV207.86128.08147.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.89%
GREEN value IS 194 (76.17% from 255) = 30.46%
BLUE value IS 208 (81.64% from 255) = 32.65%
R=36.89%
G=30.46%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519420800.170.110.08339.5150.6284.12
HexEBC2D0011B81543354
Octal353302320021131052463124
Binary111010111100001011010000010001101110001010101001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC2D0; }

 p { color: rgb(235,194,208); }

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

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

 a { background-color: rgb(235,194,208); }

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

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

 span { border-color: rgb(235,194,208); }

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