#EBC3CD

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

Shades of Chantilly #EBC3CD

Tints of Chantilly #EBC3CD

Color information

#EBC3CD (or 0xEBC3CD) is unknown color: approx Chantilly. HEX triplet: EB, C3 and CD. RGB value is (235,195,205). Sum of RGB (Red+Green+Blue) = 235+195+205=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 195 (76.56% from 255 or 30.71% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC3CD is #143C32. Grayscale: #D0D0D0. Windows color (decimal): -1326131 or 13485035. OLE color: 13485035.

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

Color convert

RGB235195205-
CMYK00.170.130.08
HSL345º50%84.31%-
HSV(B)345º17.02%92.16%-
XYZ64.861.166.14-
YUV208.1126.25147.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.01%
GREEN value IS 195 (76.56% from 255) = 30.71%
BLUE value IS 205 (80.47% from 255) = 32.28%
R=37.01%
G=30.71%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519520500.170.130.083455084.31
HexEBC3CD011D81593254
Octal353303315021151053162124
Binary111010111100001111001101010001110110001010110011100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC3CD; }

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

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

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

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

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

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

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

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