#ebb0c7

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

Shades of Chantilly #EBB0C7

Tints of Chantilly #EBB0C7

Color information

#EBB0C7 (or 0xEBB0C7) is unknown color: approx Chantilly. HEX triplet: EB, B0 and C7. RGB value is (235,176,199). Sum of RGB (Red+Green+Blue) = 235+176+199=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 176 (69.14% from 255 or 28.85% from 610); Blue value is 199 (78.12% from 255 or 32.62% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0C7 is #144F38. Grayscale: #C4C4C4. Windows color (decimal): -1331001 or 13086955. OLE color: 13086955.

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

Color convert

RGB235176199-
CMYK00.250.150.08
HSL336.61º59.6%80.59%-
HSV(B)336.61º25.11%92.16%-
XYZ60.152.8461.06-
YUV196.26129.55155.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.52%
GREEN value IS 176 (69.14% from 255) = 28.85%
BLUE value IS 199 (78.12% from 255) = 32.62%
R=38.52%
G=28.85%
B=32.62%

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
Decimal23517619900.250.150.08336.6159.680.59
HexEBB0C7019F81513c51
Octal353260307031171052174121
Binary111010111011000011000111011001111110001010100011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebb0c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebb0c7; }

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

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

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

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

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

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

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

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