#EBB5C1

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

Shades of Chantilly #EBB5C1

Tints of Chantilly #EBB5C1

Color information

#EBB5C1 (or 0xEBB5C1) is unknown color: approx Chantilly. HEX triplet: EB, B5 and C1. RGB value is (235,181,193). Sum of RGB (Red+Green+Blue) = 235+181+193=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 181 (71.09% from 255 or 29.72% from 609); Blue value is 193 (75.78% from 255 or 31.69% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB5C1 is #144A3E. Grayscale: #C6C6C6. Windows color (decimal): -1329727 or 12695019. OLE color: 12695019.

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

Color convert

RGB235181193-
CMYK00.230.180.08
HSL346.67º57.45%81.57%-
HSV(B)346.67º22.98%92.16%-
XYZ60.4154.5657.8-
YUV198.51124.89154.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.59%
GREEN value IS 181 (71.09% from 255) = 29.72%
BLUE value IS 193 (75.78% from 255) = 31.69%
R=38.59%
G=29.72%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518119300.230.180.08346.6757.4581.57
HexEBB5C101712815b3952
Octal353265301027221053371122
Binary1110101110110101110000010101111001010001010110111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB5C1; }

 p { color: rgb(235,181,193); }

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

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

 a { background-color: rgb(235,181,193); }

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

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

 span { border-color: rgb(235,181,193); }

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