#EBB9C7

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

Shades of Chantilly #EBB9C7

Tints of Chantilly #EBB9C7

Color information

#EBB9C7 (or 0xEBB9C7) is unknown color: approx Chantilly. HEX triplet: EB, B9 and C7. RGB value is (235,185,199). Sum of RGB (Red+Green+Blue) = 235+185+199=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 185 (72.66% from 255 or 29.89% from 619); Blue value is 199 (78.12% from 255 or 32.15% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB9C7 is #144638. Grayscale: #C9C9C9. Windows color (decimal): -1328697 or 13089259. OLE color: 13089259.

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

Color convert

RGB235185199-
CMYK00.210.150.08
HSL343.2º55.56%82.35%-
HSV(B)343.2º21.28%92.16%-
XYZ61.9256.4861.67-
YUV201.55126.56151.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.96%
GREEN value IS 185 (72.66% from 255) = 29.89%
BLUE value IS 199 (78.12% from 255) = 32.15%
R=37.96%
G=29.89%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518519900.210.150.08343.255.5682.35
HexEBB9C7015F81573852
Octal353271307025171052770122
Binary111010111011100111000111010101111110001010101111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB9C7; }

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

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

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

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

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

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

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

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