#EBBCC5

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

Shades of Chantilly #EBBCC5

Tints of Chantilly #EBBCC5

Color information

#EBBCC5 (or 0xEBBCC5) is unknown color: approx Chantilly. HEX triplet: EB, BC and C5. RGB value is (235,188,197). Sum of RGB (Red+Green+Blue) = 235+188+197=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 197 (77.34% from 255 or 31.77% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBCC5 is #14433A. Grayscale: #CBCBCB. Windows color (decimal): -1327931 or 12958955. OLE color: 12958955.

HSL color Cylindrical-coordinate representation of color #EBBCC5: hue angle of 348.51º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBCC5 is Cyan = 0, Magento = 0.2, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB235188197-
CMYK00.20.160.08
HSL348.51º54.02%82.94%-
HSV(B)348.51º20%92.16%-
XYZ62.3257.6660.67-
YUV203.08124.57150.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.90%
GREEN value IS 188 (73.83% from 255) = 30.32%
BLUE value IS 197 (77.34% from 255) = 31.77%
R=37.90%
G=30.32%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518819700.20.160.08348.5154.0282.94
HexEBBCC501410815d3653
Octal353274305024201053566123
Binary1110101110111100110001010101001000010001010111011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBCC5; }

 p { color: rgb(235,188,197); }

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

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

 a { background-color: rgb(235,188,197); }

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

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

 span { border-color: rgb(235,188,197); }

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