#EFB6BE

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

Shades of Chantilly #EFB6BE

Tints of Chantilly #EFB6BE

Color information

#EFB6BE (or 0xEFB6BE) is unknown color: approx Chantilly. HEX triplet: EF, B6 and BE. RGB value is (239,182,190). Sum of RGB (Red+Green+Blue) = 239+182+190=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 182 (71.48% from 255 or 29.79% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB6BE is #104941. Grayscale: #C7C7C7. Windows color (decimal): -1067330 or 12498671. OLE color: 12498671.

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

Color convert

RGB239182190-
CMYK00.240.210.06
HSL351.58º64.04%82.55%-
HSV(B)351.58º23.85%93.73%-
XYZ61.6255.5256.18-
YUV199.96122.38155.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.12%
GREEN value IS 182 (71.48% from 255) = 29.79%
BLUE value IS 190 (74.61% from 255) = 31.10%
R=39.12%
G=29.79%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918219000.240.210.06351.5864.0482.55
HexEFB6BE0181561604053
Octal357266276030256540100123
Binary1110111110110110101111100110001010111010110000010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB6BE; }

 p { color: rgb(239,182,190); }

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

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

 a { background-color: rgb(239,182,190); }

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

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

 span { border-color: rgb(239,182,190); }

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