#EBB4BD

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

Shades of Chantilly #EBB4BD

Tints of Chantilly #EBB4BD

Color information

#EBB4BD (or 0xEBB4BD) is unknown color: approx Chantilly. HEX triplet: EB, B4 and BD. RGB value is (235,180,189). Sum of RGB (Red+Green+Blue) = 235+180+189=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 180 (70.70% from 255 or 29.80% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB4BD is #144B42. Grayscale: #C5C5C5. Windows color (decimal): -1329987 or 12432619. OLE color: 12432619.

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

Color convert

RGB235180189-
CMYK00.230.200.08
HSL350.18º57.89%81.37%-
HSV(B)350.18º23.4%92.16%-
XYZ59.7753.9855.41-
YUV197.47123.22154.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.91%
GREEN value IS 180 (70.70% from 255) = 29.80%
BLUE value IS 189 (74.22% from 255) = 31.29%
R=38.91%
G=29.80%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518018900.230.200.08350.1857.8981.37
HexEBB4BD01714815e3a51
Octal353264275027241053672121
Binary1110101110110100101111010101111010010001010111101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB4BD; }

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

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

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

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

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

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

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

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