#EBB9C4

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

Shades of Chantilly #EBB9C4

Tints of Chantilly #EBB9C4

Color information

#EBB9C4 (or 0xEBB9C4) is unknown color: approx Chantilly. HEX triplet: EB, B9 and C4. RGB value is (235,185,196). Sum of RGB (Red+Green+Blue) = 235+185+196=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 185 (72.66% from 255 or 30.03% from 616); Blue value is 196 (76.95% from 255 or 31.82% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB9C4 is #14463B. Grayscale: #C9C9C9. Windows color (decimal): -1328700 or 12892651. OLE color: 12892651.

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

Color convert

RGB235185196-
CMYK00.210.170.08
HSL346.8º55.56%82.35%-
HSV(B)346.8º21.28%92.16%-
XYZ61.5756.3559.86-
YUV201.2125.06152.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.15%
GREEN value IS 185 (72.66% from 255) = 30.03%
BLUE value IS 196 (76.95% from 255) = 31.82%
R=38.15%
G=30.03%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518519600.210.170.08346.855.5682.35
HexEBB9C401511815b3852
Octal353271304025211053370122
Binary1110101110111001110001000101011000110001010110111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB9C4; }

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

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

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

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

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

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

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

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