#EBB0C8

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

Shades of Chantilly #EBB0C8

Tints of Chantilly #EBB0C8

Color information

#EBB0C8 (or 0xEBB0C8) is unknown color: approx Chantilly. HEX triplet: EB, B0 and C8. RGB value is (235,176,200). Sum of RGB (Red+Green+Blue) = 235+176+200=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 200 (78.52% from 255 or 32.73% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0C8 is #144F37. Grayscale: #C4C4C4. Windows color (decimal): -1331000 or 13152491. OLE color: 13152491.

HSL color Cylindrical-coordinate representation of color #EBB0C8: hue angle of 335.59º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBB0C8 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB235176200-
CMYK00.250.150.08
HSL335.59º59.6%80.59%-
HSV(B)335.59º25.11%92.16%-
XYZ60.2152.8861.68-
YUV196.38130.05155.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.46%
GREEN value IS 176 (69.14% from 255) = 28.81%
BLUE value IS 200 (78.52% from 255) = 32.73%
R=38.46%
G=28.81%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517620000.250.150.08335.5959.680.59
HexEBB0C8019F81503c51
Octal353260310031171052074121
Binary111010111011000011001000011001111110001010100001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB0C8; }

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

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

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

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

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

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

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

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