#EBB8C3

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

Shades of Chantilly #EBB8C3

Tints of Chantilly #EBB8C3

Color information

#EBB8C3 (or 0xEBB8C3) is unknown color: approx Chantilly. HEX triplet: EB, B8 and C3. RGB value is (235,184,195). Sum of RGB (Red+Green+Blue) = 235+184+195=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 184 (72.27% from 255 or 29.97% from 614); Blue value is 195 (76.56% from 255 or 31.76% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB8C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB8C3 is #14473C. Grayscale: #C8C8C8. Windows color (decimal): -1328957 or 12826859. OLE color: 12826859.

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

Color convert

RGB235184195-
CMYK00.220.170.08
HSL347.06º56.04%82.16%-
HSV(B)347.06º21.7%92.16%-
XYZ61.2555.8859.19-
YUV200.5124.9152.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.27%
GREEN value IS 184 (72.27% from 255) = 29.97%
BLUE value IS 195 (76.56% from 255) = 31.76%
R=38.27%
G=29.97%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518419500.220.170.08347.0656.0482.16
HexEBB8C301611815b3852
Octal353270303026211053370122
Binary1110101110111000110000110101101000110001010110111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB8C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB8C3; }

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

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

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

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

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

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

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

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