#efb9cb

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

Shades of Chantilly #EFB9CB

Tints of Chantilly #EFB9CB

Color information

#EFB9CB (or 0xEFB9CB) is unknown color: approx Chantilly. HEX triplet: EF, B9 and CB. RGB value is (239,185,203). Sum of RGB (Red+Green+Blue) = 239+185+203=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 185 (72.66% from 255 or 29.51% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB9CB is #104634. Grayscale: #CBCBCB. Windows color (decimal): -1066549 or 13351407. OLE color: 13351407.

HSL color Cylindrical-coordinate representation of color #EFB9CB: hue angle of 340º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFB9CB is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB239185203-
CMYK00.230.150.06
HSL340º62.79%83.14%-
HSV(B)340º22.59%93.73%-
XYZ63.7357.3664.21-
YUV203.2127.89153.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.12%
GREEN value IS 185 (72.66% from 255) = 29.51%
BLUE value IS 203 (79.69% from 255) = 32.38%
R=38.12%
G=29.51%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918520300.230.150.0634062.7983.14
HexEFB9CB017F61543f53
Octal35727131302717652477123
Binary11101111101110011100101101011111111101010101001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efb9cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efb9cb; }

 p { color: rgb(239,185,203); }

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

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

 a { background-color: rgb(239,185,203); }

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

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

 span { border-color: rgb(239,185,203); }

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