#EBB4BE

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

Shades of Chantilly #EBB4BE

Tints of Chantilly #EBB4BE

Color information

#EBB4BE (or 0xEBB4BE) is unknown color: approx Chantilly. HEX triplet: EB, B4 and BE. RGB value is (235,180,190). Sum of RGB (Red+Green+Blue) = 235+180+190=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 180 (70.70% from 255 or 29.75% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB4BE is #144B41. Grayscale: #C5C5C5. Windows color (decimal): -1329986 or 12498155. OLE color: 12498155.

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

Color convert

RGB235180190-
CMYK00.230.190.08
HSL349.09º57.89%81.37%-
HSV(B)349.09º23.4%92.16%-
XYZ59.8854.0255.99-
YUV197.58123.72154.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.84%
GREEN value IS 180 (70.70% from 255) = 29.75%
BLUE value IS 190 (74.61% from 255) = 31.40%
R=38.84%
G=29.75%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518019000.230.190.08349.0957.8981.37
HexEBB4BE01713815d3a51
Octal353264276027231053572121
Binary1110101110110100101111100101111001110001010111011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB4BE; }

 p { color: rgb(235,180,190); }

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

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

 a { background-color: rgb(235,180,190); }

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

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

 span { border-color: rgb(235,180,190); }

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