#EBB8C1

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

Shades of Chantilly #EBB8C1

Tints of Chantilly #EBB8C1

Color information

#EBB8C1 (or 0xEBB8C1) is unknown color: approx Chantilly. HEX triplet: EB, B8 and C1. RGB value is (235,184,193). Sum of RGB (Red+Green+Blue) = 235+184+193=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 184 (72.27% from 255 or 30.07% from 612); Blue value is 193 (75.78% from 255 or 31.54% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB8C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB8C1 is #14473E. Grayscale: #C8C8C8. Windows color (decimal): -1328959 or 12695787. OLE color: 12695787.

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

Color convert

RGB235184193-
CMYK00.220.180.08
HSL349.41º56.04%82.16%-
HSV(B)349.41º21.7%92.16%-
XYZ61.0355.7958-
YUV200.28123.9152.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 184 (72.27% from 255) = 30.07%
BLUE value IS 193 (75.78% from 255) = 31.54%
R=38.40%
G=30.07%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518419300.220.180.08349.4156.0482.16
HexEBB8C101612815d3852
Octal353270301026221053570122
Binary1110101110111000110000010101101001010001010111011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB8C1; }

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

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

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

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

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

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

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

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