#EBB8BF

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

Shades of Chantilly #EBB8BF

Tints of Chantilly #EBB8BF

Color information

#EBB8BF (or 0xEBB8BF) is unknown color: approx Chantilly. HEX triplet: EB, B8 and BF. RGB value is (235,184,191). Sum of RGB (Red+Green+Blue) = 235+184+191=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 184 (72.27% from 255 or 30.16% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB8BF is #144740. Grayscale: #C8C8C8. Windows color (decimal): -1328961 or 12564715. OLE color: 12564715.

HSL color Cylindrical-coordinate representation of color #EBB8BF: hue angle of 351.76º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBB8BF is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB235184191-
CMYK00.220.190.08
HSL351.76º56.04%82.16%-
HSV(B)351.76º21.7%92.16%-
XYZ60.8155.756.84-
YUV200.05122.9152.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.52%
GREEN value IS 184 (72.27% from 255) = 30.16%
BLUE value IS 191 (75% from 255) = 31.31%
R=38.52%
G=30.16%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518419100.220.190.08351.7656.0482.16
HexEBB8BF0161381603852
Octal353270277026231054070122
Binary1110101110111000101111110101101001110001011000001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB8BF; }

 p { color: rgb(235,184,191); }

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

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

 a { background-color: rgb(235,184,191); }

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

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

 span { border-color: rgb(235,184,191); }

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