#EBBCC8

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

Shades of Chantilly #EBBCC8

Tints of Chantilly #EBBCC8

Color information

#EBBCC8 (or 0xEBBCC8) is unknown color: approx Chantilly. HEX triplet: EB, BC and C8. RGB value is (235,188,200). Sum of RGB (Red+Green+Blue) = 235+188+200=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 200 (78.52% from 255 or 32.10% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBCC8 is #144337. Grayscale: #CBCBCB. Windows color (decimal): -1327928 or 13155563. OLE color: 13155563.

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

Color convert

RGB235188200-
CMYK00.20.150.08
HSL344.68º54.02%82.94%-
HSV(B)344.68º20%92.16%-
XYZ62.6757.862.5-
YUV203.42126.07150.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.72%
GREEN value IS 188 (73.83% from 255) = 30.18%
BLUE value IS 200 (78.52% from 255) = 32.10%
R=37.72%
G=30.18%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518820000.20.150.08344.6854.0282.94
HexEBBCC8014F81593653
Octal353274310024171053166123
Binary111010111011110011001000010100111110001010110011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBCC8; }

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

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

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

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

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

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

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

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