#EBBBC9

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

Shades of Chantilly #EBBBC9

Tints of Chantilly #EBBBC9

Color information

#EBBBC9 (or 0xEBBBC9) is unknown color: approx Chantilly. HEX triplet: EB, BB and C9. RGB value is (235,187,201). Sum of RGB (Red+Green+Blue) = 235+187+201=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 201 (78.91% from 255 or 32.26% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBBC9 is #144436. Grayscale: #CACACA. Windows color (decimal): -1328183 or 13220843. OLE color: 13220843.

HSL color Cylindrical-coordinate representation of color #EBBBC9: hue angle of 342.5º degrees, saturation: 0.55, 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 #EBBBC9 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB235187201-
CMYK00.200.140.08
HSL342.5º54.55%82.75%-
HSV(B)342.5º20.43%92.16%-
XYZ62.5757.4263.04-
YUV202.95126.9150.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.72%
GREEN value IS 187 (73.44% from 255) = 30.02%
BLUE value IS 201 (78.91% from 255) = 32.26%
R=37.72%
G=30.02%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518720100.200.140.08342.554.5582.75
HexEBBBC9014E81563753
Octal353273311024161052667123
Binary111010111011101111001001010100111010001010101101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBBC9; }

 p { color: rgb(235,187,201); }

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

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

 a { background-color: rgb(235,187,201); }

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

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

 span { border-color: rgb(235,187,201); }

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