#EEB4BD

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

Shades of Chantilly #EEB4BD

Tints of Chantilly #EEB4BD

Color information

#EEB4BD (or 0xEEB4BD) is unknown color: approx Chantilly. HEX triplet: EE, B4 and BD. RGB value is (238,180,189). Sum of RGB (Red+Green+Blue) = 238+180+189=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 180 (70.70% from 255 or 29.65% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB4BD is #114B42. Grayscale: #C6C6C6. Windows color (decimal): -1133379 or 12432622. OLE color: 12432622.

HSL color Cylindrical-coordinate representation of color #EEB4BD: hue angle of 350.69º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEB4BD is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB238180189-
CMYK00.240.210.07
HSL350.69º63.04%81.96%-
HSV(B)350.69º24.37%93.33%-
XYZ60.7754.4955.46-
YUV198.37122.72156.27-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.21%
GREEN value IS 180 (70.70% from 255) = 29.65%
BLUE value IS 189 (74.22% from 255) = 31.14%
R=39.21%
G=29.65%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818018900.240.210.07350.6963.0481.96
HexEEB4BD01815715f3f52
Octal35626427503025753777122
Binary111011101011010010111101011000101011111010111111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB4BD; }

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

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

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

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

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

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

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

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