#EBC1CD

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

Shades of Chantilly #EBC1CD

Tints of Chantilly #EBC1CD

Color information

#EBC1CD (or 0xEBC1CD) is unknown color: approx Chantilly. HEX triplet: EB, C1 and CD. RGB value is (235,193,205). Sum of RGB (Red+Green+Blue) = 235+193+205=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 193 (75.78% from 255 or 30.49% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1CD is #143E32. Grayscale: #CECECE. Windows color (decimal): -1326643 or 13484523. OLE color: 13484523.

HSL color Cylindrical-coordinate representation of color #EBC1CD: hue angle of 342.86º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBC1CD is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB235193205-
CMYK00.180.130.08
HSL342.86º51.22%83.92%-
HSV(B)342.86º17.87%92.16%-
XYZ64.3560.2165.99-
YUV206.93126.91148.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.12%
GREEN value IS 193 (75.78% from 255) = 30.49%
BLUE value IS 205 (80.47% from 255) = 32.39%
R=37.12%
G=30.49%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519320500.180.130.08342.8651.2283.92
HexEBC1CD012D81573354
Octal353301315022151052763124
Binary111010111100000111001101010010110110001010101111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC1CD; }

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

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

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

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

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

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

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

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