#EBC3D0

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

Shades of Chantilly #EBC3D0

Tints of Chantilly #EBC3D0

Color information

#EBC3D0 (or 0xEBC3D0) is unknown color: approx Chantilly. HEX triplet: EB, C3 and D0. RGB value is (235,195,208). Sum of RGB (Red+Green+Blue) = 235+195+208=638 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.83% from 638); Green value is 195 (76.56% from 255 or 30.56% from 638); Blue value is 208 (81.64% from 255 or 32.60% from 638); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC3D0 is #143C2F. Grayscale: #D0D0D0. Windows color (decimal): -1326128 or 13681643. OLE color: 13681643.

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

Color convert

RGB235195208-
CMYK00.170.110.08
HSL340.5º50%84.31%-
HSV(B)340.5º17.02%92.16%-
XYZ65.1661.2568.06-
YUV208.44127.75146.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.83%
GREEN value IS 195 (76.56% from 255) = 30.56%
BLUE value IS 208 (81.64% from 255) = 32.60%
R=36.83%
G=30.56%
B=32.60%

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
Decimal23519520800.170.110.08340.55084.31
HexEBC3D0011B81543254
Octal353303320021131052462124
Binary111010111100001111010000010001101110001010101001100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC3D0; }

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

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

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

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

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

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

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

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